Skip to content

Commit 866793c

Browse files
committed
A bit of tests/fixtures housekeeping
1 parent 54f96af commit 866793c

File tree

41 files changed

+72
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+72
-86
lines changed

packages/knip/fixtures/plugins/angular/node_modules/@angular/cli/package.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/angular2/node_modules/@angular/cli/package.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/dependency-cruiser/node_modules/dependency-cruiser/package.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/drizzle/node_modules/drizzle-orm/package.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/eleventy3/node_modules/@11ty/eleventy/package.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/i18next-parser/node_modules/i18next-parser/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/oxlint/node_modules/oxlint/package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/prisma/node_modules/prisma/package.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/prisma/node_modules/tsx/package.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/prisma/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@fixtures/prisma",
3-
"version": "*",
43
"devDependencies": {
54
"prisma": "*",
65
"tsx": "*"

packages/knip/fixtures/plugins/relay/node_modules/relay-compiler/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/relay/node_modules/vite/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/relay/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@fixtures/relay",
3-
"version": "*",
43
"scripts": {
54
"build": "relay-compiler myrelay.config.js",
65
"dev": "vite dev"

packages/knip/fixtures/plugins/relay2/node_modules/vite/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/relay2/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@fixtures/relay2",
3-
"version": "*",
43
"scripts": {
54
"build": "relay-compiler",
65
"dev": "vite dev"

packages/knip/fixtures/plugins/remix/node_modules/remix/package.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/vite/node_modules/@vitejs/plugin-react/package.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/vitest2/node_modules/vitest/package.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/vitest3/node_modules/vitest/package.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/vitest4/node_modules/vitest/package.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/vitest5/node_modules/vitest/package.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/vitest7/node_modules/vitest/package.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/vitest8/node_modules/vitest/package.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/plugins/webpack/node_modules/webpack-cli/package.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/knip/fixtures/workspaces-noconfig-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@fixures/workspaces-noconfig-plugin",
3-
"version": "*",
43
"workspaces": ["lib"],
54
"dependencies": {
65
"@workspaces-noconfig-plugin/lib": "workspace:*"

packages/knip/test/plugins/husky-legacy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/husky-lint-staged');
99

10-
test('Find dependencies with husky plugin (legacy)', async () => {
10+
test('Find dependencies with the husky plugin (legacy)', async () => {
1111
const { counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/husky-v8.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/husky-v8');
99

10-
test('Find dependencies with husky plugin (v8)', async () => {
10+
test('Find dependencies with the husky plugin (v8)', async () => {
1111
const { issues, counters } = await main({
1212
...baseArguments,
1313
cwd,
@@ -25,7 +25,7 @@ test('Find dependencies with husky plugin (v8)', async () => {
2525
});
2626
});
2727

28-
test('Find dependencies with husky plugin (v8) (production)', async () => {
28+
test('Find dependencies with the husky plugin (v8) (production)', async () => {
2929
const { counters } = await main({
3030
...baseArguments,
3131
cwd,

packages/knip/test/plugins/husky-v9-1.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/husky-v9-1');
99

10-
test('Find dependencies with husky plugin (v9.1)', async () => {
10+
test('Find dependencies with the husky plugin (v9.1)', async () => {
1111
const { counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/husky-v9.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/husky-v9');
99

10-
test('Find dependencies with husky plugin (v9)', async () => {
10+
test('Find dependencies with the husky plugin (v9)', async () => {
1111
const { issues, counters } = await main({
1212
...baseArguments,
1313
cwd,
@@ -25,7 +25,7 @@ test('Find dependencies with husky plugin (v9)', async () => {
2525
});
2626
});
2727

28-
test('Find dependencies with husky plugin (v9) (production)', async () => {
28+
test('Find dependencies with the husky plugin (v9) (production)', async () => {
2929
const { counters } = await main({
3030
...baseArguments,
3131
cwd,

packages/knip/test/plugins/storybook.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/storybook');
99

10-
test('Find dependencies with Storybook plugin', async () => {
10+
test('Find dependencies with the Storybook plugin', async () => {
1111
const { issues, counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/vitest.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/vitest');
99

10-
test('Find dependencies with Vitest plugin', async () => {
10+
test('Find dependencies with the Vitest plugin', async () => {
1111
const { issues, counters } = await main({
1212
...baseArguments,
1313
cwd,
@@ -31,7 +31,7 @@ test('Find dependencies with Vitest plugin', async () => {
3131
});
3232
});
3333

34-
test('Find dependencies with Vitest plugin (production)', async () => {
34+
test('Find dependencies with the Vitest plugin (production)', async () => {
3535
const { issues, counters } = await main({
3636
...baseArguments,
3737
cwd,

packages/knip/test/plugins/vitest2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/vitest2');
99

10-
test('Find dependencies with Vitest plugin (2)', async () => {
10+
test('Find dependencies with the Vitest plugin (2)', async () => {
1111
const { issues, counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/vitest3.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/vitest3');
99

10-
test('Find dependencies with Vitest plugin (3)', async () => {
10+
test('Find dependencies with the Vitest plugin (3)', async () => {
1111
const { issues, counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/vitest4.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/vitest4');
99

10-
test('Find dependencies with Vitest plugin (4)', async () => {
10+
test('Find dependencies with the Vitest plugin (4)', async () => {
1111
const { issues, counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/vitest5.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/vitest5');
99

10-
test('Find dependencies with Vitest plugin (5)', async () => {
10+
test('Find dependencies with the Vitest plugin (5)', async () => {
1111
const { counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/vitest6.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/vitest6');
99

10-
test('Find dependencies with Vitest plugin (6)', async () => {
10+
test('Find dependencies with the Vitest plugin (6)', async () => {
1111
const { issues, counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/vitest7.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/vitest7');
99

10-
test('Find dependencies with Vitest plugin (7)', async () => {
10+
test('Find dependencies with the Vitest plugin (7)', async () => {
1111
const { counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/vitest8.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/vitest8');
99

10-
test('Find dependencies with Vitest plugin (8)', async () => {
10+
test('Find dependencies with the Vitest plugin (8)', async () => {
1111
const { counters, issues } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/webpack-cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/webpack-cli');
99

10-
test('Find dependencies with Webpack plugin (webpack-cli only)', async () => {
10+
test('Find dependencies with the Webpack plugin (webpack-cli only)', async () => {
1111
const { counters } = await main({
1212
...baseArguments,
1313
cwd,

packages/knip/test/plugins/webpack.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import baseCounters from '../helpers/baseCounters.js';
77

88
const cwd = resolve('fixtures/plugins/webpack');
99

10-
test('Find dependencies with Webpack plugin', async () => {
10+
test('Find dependencies with the Webpack plugin', async () => {
1111
const { issues, counters } = await main({
1212
...baseArguments,
1313
cwd,

0 commit comments

Comments
 (0)