We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d78c4 commit f2dddf5Copy full SHA for f2dddf5
1 file changed
tests/cli-test.js
@@ -41,9 +41,9 @@ QUnit.module('codemod-cli', function(hooks) {
41
});
42
43
hooks.afterEach(async function() {
44
- await codemodProject.dispose();
45
-
46
process.chdir(ROOT);
+
+ await codemodProject.dispose();
47
48
49
QUnit.module('new', function() {
@@ -311,6 +311,8 @@ QUnit.module('codemod-cli', function(hooks) {
311
312
313
hooks.afterEach(function() {
314
+ process.chdir(ROOT);
315
316
return userProject.dispose();
317
318
@@ -345,6 +347,8 @@ QUnit.module('codemod-cli', function(hooks) {
345
347
346
348
349
350
351
352
353
354
0 commit comments