eslint jest

This commit is contained in:
Klemek
2021-03-30 15:07:08 +02:00
parent d194fbf032
commit 18b02cf267
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -8,7 +8,6 @@ beforeAll(() => {
if (fs.existsSync(configFile)) {
fs.renameSync(configFile, tmpConfigFile);
}
expect(fs.existsSync(configFile)).toBeFalsy();
});
afterAll(() => {