Skip to content

Commit 7fafded

Browse files
committed
run all tests in the browser
1 parent 83e8027 commit 7fafded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"hash-test-vectors": "~1.3.0"
2424
},
2525
"testling": {
26-
"files": "test/{create-hash,create-hmac,simple}.js",
26+
"files": "test/*.js-",
2727
"browsers": [
2828
"ie/8..latest",
2929
"chrome/20..latest",
@@ -36,4 +36,4 @@
3636
},
3737
"optionalDependencies": {},
3838
"license": "MIT"
39-
}
39+
}

0 commit comments

Comments
 (0)