Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
ab08e2ce
Commit
ab08e2ce
authored
3 years ago
by
Xiao Gui
Browse files
Options
Downloads
Patches
Plain Diff
remove unneeded file/text
update frontend test code
parent
02e28ad9
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.github/workflows/ci.yml
+2
-2
2 additions, 2 deletions
.github/workflows/ci.yml
package.json
+2
-1
2 additions, 1 deletion
package.json
spec/support/jasmine.json
+0
-11
0 additions, 11 deletions
spec/support/jasmine.json
typings/index.d.ts
+0
-4
0 additions, 4 deletions
typings/index.d.ts
with
4 additions
and
18 deletions
.github/workflows/ci.yml
+
2
−
2
View file @
ab08e2ce
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
package.json
+
2
−
1
View file @
ab08e2ce
...
...
@@ -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>"
,
...
...
This diff is collapsed.
Click to expand it.
spec/support/jasmine.json
deleted
100644 → 0
+
0
−
11
View file @
02e28ad9
{
"spec_dir"
:
"spec"
,
"spec_files"
:
[
"**/*[sS]pec.js"
],
"helpers"
:
[
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure"
:
false
,
"random"
:
true
}
This diff is collapsed.
Click to expand it.
typings/index.d.ts
+
0
−
4
View file @
ab08e2ce
...
...
@@ -10,7 +10,3 @@ declare module '*.css' {
declare
module
'
*.md
'
// declare module '!!raw-loader!*' {
// const contents: string;
// export = contents;
// }
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment