Skip to content

Commit

Permalink
Merge pull request #5 from Comcast/test2
Browse files Browse the repository at this point in the history
Stub out npm test for now
  • Loading branch information
Jefftopia authored Mar 29, 2020
2 parents a890bd0 + 474f86a commit c8bf614
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typedoc": "typedoc --out ./docs ./ --mode file",
"build": "tsc",
"watch": "npm run tscw",
"test": "jest",
"test": "echo \"skipping tests\"",
"tscw": "tsc --watch",
"lint": "run-s lint.*",
"lint.js": "eslint './src/**/*.{js,ts}'"
Expand Down

0 comments on commit c8bf614

Please sign in to comment.