mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Fixed test command for travis
This commit is contained in:
parent
eae5f0e01f
commit
394d37983e
|
@ -67,6 +67,4 @@ module.exports = function (grunt) {
|
|||
|
||||
// Default task(s).
|
||||
grunt.registerTask('default', []);
|
||||
|
||||
|
||||
};
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
],
|
||||
"main": "./dist/showdown.js",
|
||||
"scripts": {
|
||||
"test": "mocha ./test/run.js"
|
||||
"test": "mocha ./test/**/*.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular": "^1.3.2",
|
||||
|
|
Loading…
Reference in New Issue
Block a user