1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

fix yarn test for bashy things

This commit is contained in:
Michael Telatynski
2019-12-17 12:22:11 +00:00
parent 386d6ec055
commit f06a94388f

View File

@@ -52,7 +52,7 @@
"stylelint": "stylelint 'res/css/**/*.scss'", "stylelint": "stylelint 'res/css/**/*.scss'",
"clean": "rimraf lib", "clean": "rimraf lib",
"prepare": "yarn clean && yarn build && git rev-parse HEAD > git-revision.txt", "prepare": "yarn clean && yarn build && git rev-parse HEAD > git-revision.txt",
"test": "jest --testMatch **/*-test.js", "test": "jest --testMatch '**/*-test.js'",
"e2etests": "./test/end-to-end-tests/run.sh --riot-url http://localhost:8080" "e2etests": "./test/end-to-end-tests/run.sh --riot-url http://localhost:8080"
}, },
"dependencies": { "dependencies": {