Skip to content
Snippets Groups Projects
Commit ab08e2ce authored by Xiao Gui's avatar Xiao Gui
Browse files

remove unneeded file/text

update frontend test code
parent 02e28ad9
No related branches found
No related tags found
No related merge requests found
......@@ -44,14 +44,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run test
- run: npm run test-ci
backend:
if: always()
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
env:
NODE_ENV: test
......
......@@ -13,7 +13,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"test-ci": "ng test --progress false --watch false --browsers=ChromeHeadless"
},
"keywords": [],
"author": "FZJ-INM1-BDA <inm1-bda@fz-juelich.de>",
......
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": true
}
......@@ -10,7 +10,3 @@ declare module '*.css' {
declare module '*.md'
// declare module '!!raw-loader!*' {
// const contents: string;
// export = contents;
// }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment