mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
fix yarn test for bashy things
This commit is contained in:
parent
386d6ec055
commit
f06a94388f
@ -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…
x
Reference in New Issue
Block a user