1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-01 16:13:19 +00:00

Move remaining tests to node

This commit is contained in:
Hinton
2021-12-10 16:07:47 +01:00
parent be4a951765
commit 87908200c6
15 changed files with 938 additions and 161 deletions

View File

@@ -0,0 +1,11 @@
{
"spec_dir": "dist/node/spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers.js"
],
"stopSpecOnExpectationFailure": false,
"random": true
}