mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
fix yarn test for bashy things
This commit is contained in:
parent
386d6ec055
commit
f06a94388f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
"stylelint": "stylelint 'res/css/**/*.scss'",
|
||||
"clean": "rimraf lib",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue