Skip to content

Commit

Permalink
Convert src/platform/mocha-node to ts (PolymerLabs#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulverag authored Apr 12, 2019
1 parent cce76c8 commit e8ff50d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/sigh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function runTests(args: string[]): boolean {
function buildTestRunner() {
const tempDir = fs.mkdtempSync(path.join(os.tmpdir(), 'sigh-'));
const chain = [];
const mochaInstanceFile = fixPathForWindows(path.resolve(__dirname, '../src/platform/mocha-node.js'));
const mochaInstanceFile = fixPathForWindows(path.resolve(__dirname, '../build/platform/mocha-node.js'));
for (const test of testsInDir(process.cwd())) {
chain.push(`
import {mocha} from '${mochaInstanceFile}';
Expand Down

0 comments on commit e8ff50d

Please sign in to comment.