switch config to grunt vs declaring in test

This commit is contained in:
Todd Baur 2017-03-08 23:28:10 +09:00
parent 5525e1e9d4
commit 7a930d95a8
3 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,8 @@ module.exports = (grunt) ->
mochaTest:
test:
src: ['test/**/*.js']
options:
timeout: 0
jshint:
all: ['bin/embark', 'lib/**/*.js', 'js/mine.js', 'js/embark.js']

View File

@ -12,7 +12,6 @@ describe('embark.Compiler', function() {
var compiler = new Compiler({logger: new TestLogger({})});
describe('#compile_solidity', function() {
this.timeout(15000);
var expectedObject = {};

View File

@ -9,7 +9,6 @@ var readFile = function(file) {
};
describe('embark.Contratcs', function() {
this.timeout(15000);
describe('simple', function() {
var contractsManager = new ContractsManager({