fix yarn test for bashy things

pull/21833/head
Michael Telatynski 2019-12-17 12:22:11 +00:00
parent 386d6ec055
commit f06a94388f
1 changed files with 1 additions and 1 deletions

View File

@ -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": {