Skip to content

Commit

Permalink
Fix old test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Aug 7, 2018
1 parent 910fe76 commit 97d7f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/utils.js
Expand Up @@ -158,6 +158,8 @@ function runTestsInDir(dir, runTest) {

if (fileNames.indexOf('_config.js') >= 0) {
loadConfigAndRunTest(dir, runTest);
} else if (fileNames.indexOf('_actual') >= 0 || fileNames.indexOf('_actual.js') >= 0) {
removeOldTest(dir);
} else {
describe(path.basename(dir), () => {
fileNames
Expand Down

0 comments on commit 97d7f3a

Please sign in to comment.