Added test stubs.
This commit is contained in:
parent
2cc88a2a15
commit
c52682bb70
@ -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": {
|
||||
|
||||
4
test/test.js
Normal file
4
test/test.js
Normal file
@ -0,0 +1,4 @@
|
||||
describe('should test', function() {
|
||||
it('test', function() {
|
||||
});
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user