Skip to content

Commit

Permalink
Fix race condition btwn build and lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Sep 9, 2019
1 parent c1197d7 commit 6e77e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/lint/tsdx-lint.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const util = require('../../fixtures/util');

shell.config.silent = true;

const stageName = 'stage-build';
const stageName = 'stage-lint';

describe('tsdx lint', () => {
it('should fail to lint a ts file with errors', () => {
Expand Down

0 comments on commit 6e77e91

Please sign in to comment.