From ccd4aface2df8be612e76960b3ca1b6202a6647d Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Tue, 14 Feb 2017 16:04:39 +0800 Subject: [PATCH] * [test] remove the describe only --- test/model-load-config.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/model-load-config.test.js b/test/model-load-config.test.js index 171de32..b8fbe97 100644 --- a/test/model-load-config.test.js +++ b/test/model-load-config.test.js @@ -23,7 +23,7 @@ describe('compiler', function() { if (model.name === aName) return model; } } - describe.only('from directory', function() { + describe('from directory', function() { it('loads Model yaml config files', function(done) { boot.compile(COFFEE_APP, function(err, context) { if (err) return done(err);