Skip to content

Commit c61e917

Browse files
committed
chore: remove --passWithNoTests from 41 packages that have tests
Only packages with zero test files retain --passWithNoTests.
1 parent 761c274 commit c61e917

41 files changed

Lines changed: 41 additions & 41 deletions

File tree

Some content is hidden

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

graphile/graphile-authz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build": "makage build",
2626
"build:dev": "makage build --dev",
2727
"lint": "eslint . --fix",
28-
"test": "jest --passWithNoTests",
28+
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"devDependencies": {

graphile/graphile-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build": "makage build",
2626
"build:dev": "makage build --dev",
2727
"lint": "eslint . --fix",
28-
"test": "jest --passWithNoTests",
28+
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {

graphile/graphile-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build": "makage build",
2626
"build:dev": "makage build --dev",
2727
"lint": "eslint . --fix",
28-
"test": "jest --passWithNoTests",
28+
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {

graphile/graphile-search-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "makage build",
1515
"build:dev": "makage build --dev",
1616
"lint": "eslint . --fix",
17-
"test": "jest --passWithNoTests",
17+
"test": "jest",
1818
"test:watch": "jest --watch"
1919
},
2020
"publishConfig": {

graphile/graphile-settings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build": "makage build",
2626
"build:dev": "makage build --dev",
2727
"lint": "eslint . --fix",
28-
"test": "jest --passWithNoTests",
28+
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {

graphile/graphile-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build": "makage build",
2626
"build:dev": "makage build --dev",
2727
"lint": "eslint . --fix",
28-
"test": "jest --passWithNoTests",
28+
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"devDependencies": {

graphile/postgraphile-plugin-pgvector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build": "makage build",
2626
"build:dev": "makage build --dev",
2727
"lint": "eslint . --fix",
28-
"test": "jest --passWithNoTests",
28+
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"devDependencies": {

graphql/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lint": "eslint . --fix",
4343
"fmt": "oxfmt --write .",
4444
"fmt:check": "oxfmt --check .",
45-
"test": "jest --passWithNoTests",
45+
"test": "jest",
4646
"test:watch": "jest --watch",
4747
"example:codegen:sdk": "tsx src/cli/index.ts --config examples/multi-target.config.ts --react-query",
4848
"example:codegen:orm": "tsx src/cli/index.ts --config examples/multi-target.config.ts --orm",

graphql/env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build": "makage build",
2626
"build:dev": "makage build --dev",
2727
"lint": "eslint . --fix",
28-
"test": "jest --passWithNoTests",
28+
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {

graphql/query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build": "makage build",
2626
"build:dev": "makage build --dev",
2727
"lint": "eslint . --fix",
28-
"test": "jest --passWithNoTests",
28+
"test": "jest",
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {

0 commit comments

Comments
 (0)