run only desired tests
This commit is contained in:
@@ -13,7 +13,8 @@ module.exports = function (config) {
|
|||||||
files: [
|
files: [
|
||||||
'Layout.js',
|
'Layout.js',
|
||||||
'Layout-test-utils.js',
|
'Layout-test-utils.js',
|
||||||
'__tests__/*.js'
|
'__tests__/Layout-test.js',
|
||||||
|
'__tests__/Layout-consts-test.js'
|
||||||
],
|
],
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
@@ -38,4 +39,4 @@ module.exports = function (config) {
|
|||||||
|
|
||||||
singleRun: false
|
singleRun: false
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user