Skip to content

Commit

Permalink
revert mannifest-builder.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dagda1 committed Feb 2, 2021
1 parent 35c567a commit 712c902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/test/manifest-builder.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, beforeEach, it } from 'mocha';
import { describe as suite, beforeEach, it } from 'mocha';
import expect from 'expect';
import path from 'path';
import rmrf from 'rimraf';
Expand All @@ -22,7 +22,7 @@ const FIXTURES_DIR = path.resolve('test', 'fixtures');

const { mkdir, copyFile, readFile } = fs.promises;

// const describe = process.platform === 'win32' ? suite.skip : suite;
const describe = process.platform === 'win32' ? suite.skip : suite;
describe('manifest builder', () => {
let atom: Slice<OrchestratorState>;
let resultPath: string;
Expand Down

0 comments on commit 712c902

Please sign in to comment.