Skip to content

Commit 12d7b5d

Browse files
authored
remove runInBand to fix unit tests in CI (#23)
1 parent 2c40cec commit 12d7b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"clean": "rm -rf dist",
1212
"build": "rollup -c",
1313
"prepublishOnly": "yarn lint && yarn test && yarn run clean && yarn build",
14-
"test": "jest --runInBand",
14+
"test": "jest",
1515
"lint": "yarn lint:check --fix && yarn prettier",
1616
"prettier": "prettier --write './src/**/*.ts' './src/**/*.tsx' --config ./.prettierrc",
1717
"lint:check": "eslint ./src --ext .jsx,.ts --ignore-pattern *.test.ts --report-unused-disable-directives",

0 commit comments

Comments
 (0)