Skip to content

Commit f43eed4

Browse files
authored
Remove passWithNoTests
1 parent ef6d76c commit f43eed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "node dist/index.js",
1010
"dev": "ts-node src/index.ts",
1111
"generate": "ts-node src/generate.ts",
12-
"test": "jest --passWithNoTests",
12+
"test": "jest",
1313
"test:watch": "jest --watch",
1414
"clean": "rm -rf dist",
1515
"postinstall": "git clone https://github.com/mastodon/documentation mastodon-documentation || true"

0 commit comments

Comments
 (0)