Skip to content

Commit 517f458

Browse files
committed
Remove browser-test so frontend tests can talk to storage
1 parent 3ea74a2 commit 517f458

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

todo/bin/browser-test

Lines changed: 0 additions & 11 deletions
This file was deleted.

todo/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"build": "NODE_ENV=production webpack",
8-
"test": "mocha --require test/setup"
8+
"test": "mocha --recursive --require test/setup"
99
},
1010
"keywords": [],
1111
"author": "John Lees-Miller",

todo/frontend/test/index.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)