Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create migrate script to change mocha.opts to [json | js | yml | yaml] #4069

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
fix coverage
wnghdcjfe committed Oct 15, 2019
commit 74711dff1c45f4037ca274204e295c7ef7de3671
2 changes: 0 additions & 2 deletions test/migrate-opts/migrate-opts.spec.js
Original file line number Diff line number Diff line change
@@ -17,8 +17,6 @@ const isFileCreate = path => {
describe('Test migrate-opts.js script', () => {
it('should be create file json', async () => {
const isFile = await isFileCreate(_path);
// expect(2).to.equal(2);
// expect(isFile).to.be.true;
expect(isFile).to.equal(true);
fs.unlinkSync(_path);
});