1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-04 17:43:14 +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

@@ -17,7 +17,9 @@
"build": "npm run clean && tsc",
"build:watch": "npm run clean && tsc -watch",
"lint": "tslint 'src/**/*.ts' 'spec/**/*.ts'",
"lint:fix": "tslint 'src/**/*.ts' 'spec/**/*.ts' --fix"
"lint:fix": "tslint 'src/**/*.ts' 'spec/**/*.ts' --fix",
"test": " ",
"test:node": " "
},
"devDependencies": {
"@types/node": "^14.17.1",