bitwarden-estensione-browser/spec/support/jasmine.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
206 B
JSON
Raw Normal View History

2018-04-18 18:59:48 +02:00
{
"spec_dir": "spec",
"spec_files": ["common/**/*[sS]pec.ts", "node/**/*[sS]pec.ts", "electron/**/*[sS]pec.ts"],
"helpers": ["helpers.ts"],
2018-04-18 18:59:48 +02:00
"stopSpecOnExpectationFailure": false,
"random": true
}