chore(eslint): bump package & apply eslint fix (#955)

This commit is contained in:
エリス
2020-04-15 12:36:40 +09:00
committed by GitHub
parent 43fdaa91a3
commit f86044e6ce
8 changed files with 59 additions and 60 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const fakePluginPath = path.join(__dirname, 'fixtures/cordova-plugin-fake');
describe('plugin add', function () {
let tmpDir;
beforeEach(() => {
const tmpDirTemplate = path.join(os.tmpdir(), `cordova-android-test-`);
const tmpDirTemplate = path.join(os.tmpdir(), 'cordova-android-test-');
tmpDir = fs.realpathSync(fs.mkdtempSync(tmpDirTemplate));
});
afterEach(() => {