不要怂,就是干,撸起袖子干!

Commit e564c59d by Jan Aagaard Meier

cleanup buster tests

1 parent ab1b3093
Showing with 0 additions and 2 deletions
...@@ -2,7 +2,6 @@ var config = module.exports ...@@ -2,7 +2,6 @@ var config = module.exports
config["node tests"] = { config["node tests"] = {
environment: "node", environment: "node",
timeout: 500,
rootPath: "../", rootPath: "../",
tests: [ tests: [
"spec/**/*.spec.js" "spec/**/*.spec.js"
......
...@@ -6,7 +6,6 @@ if(typeof require === 'function') { ...@@ -6,7 +6,6 @@ if(typeof require === 'function') {
} }
buster.spec.expose() buster.spec.expose()
buster.timeout = 500;
describe("[" + dialect.toUpperCase() + "] DAO", function() { describe("[" + dialect.toUpperCase() + "] DAO", function() {
describe('validations', function() { describe('validations', function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!