run only desired tests

This commit is contained in:
daviskoh
2015-02-13 11:36:31 -05:00
parent 5d016bdb03
commit 654a1a67e2

View File

@@ -13,7 +13,8 @@ module.exports = function (config) {
files: [
'Layout.js',
'Layout-test-utils.js',
'__tests__/*.js'
'__tests__/Layout-test.js',
'__tests__/Layout-consts-test.js'
],
plugins: [
@@ -38,4 +39,4 @@ module.exports = function (config) {
singleRun: false
});
};
};