test: fix dir

This commit is contained in:
Remy Sharp
2018-05-07 09:13:48 +01:00
parent f7f83547df
commit 4ac2ac9f47

View File

@@ -363,7 +363,7 @@ describe('validating files that cause restart', function() {
describe('match rule parser', function() {
const pwd = process.cwd();
after(() => {
afterEach(() => {
process.chdir(pwd);
});