Skip to content

Commit

Permalink
fix(tests): fixing tests, WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltepeter committed Oct 16, 2020
1 parent e60a326 commit 437ca77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ignores TypeScript files, but keeps definitions.
*.ts
!*.d.ts
packgage-lock.json
tsconfig.json
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A blank schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js"
"copy:files": "cp ../**/*.json dist/",
"test": "npm run build && npm run copy:files && jasmine dist/**/*_spec.js"
},
"keywords": [
"schematics"
Expand Down

0 comments on commit 437ca77

Please sign in to comment.