Skip to content

Commit

Permalink
Added test stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kleeschulte committed Oct 12, 2017
1 parent 2cc88a2 commit c52682b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"scripts": {
"build": "bower install && grunt compile",
"watch": "grunt",
"install-and-build": "npm install && npm run build"
"install-and-build": "npm install && npm run build",
"test": "mocha test"
},
"dependencies": {},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
describe('should test', function() {
it('test', function() {
});
});

0 comments on commit c52682b

Please sign in to comment.