Commit 290b06cf authored by nanahira's avatar nanahira

ignore

parent 9efb2dbe
Pipeline #7350 passed with stages
in 1 minute and 6 seconds
...@@ -9,4 +9,6 @@ Dockerfile ...@@ -9,4 +9,6 @@ Dockerfile
/test /test
/dist/test /dist/test
/src /src
/coverage /coverage
\ No newline at end of file /tests
/dist/tests
\ No newline at end of file
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"scripts": { "scripts": {
"lint": "eslint --fix .", "lint": "eslint --fix .",
"build": "tsc", "build": "tsc",
"test": "jest" "test": "jest --passWithNoTests"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
Markdown is supported
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