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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user