Skip to content

Commit

Permalink
Remote .only from suite (#930)
Browse files Browse the repository at this point in the history
* Prepare for release

* Bump version

* Fix tests and turn on
  • Loading branch information
nturinski authored Jan 15, 2025
1 parent bebb205 commit e896a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export async function run(): Promise<void> {
mochaJunitReporterReporterOptions: {
mochaFile: path.resolve(__dirname, '..', '..', 'test-results.xml')
}
}
},
timeout: 10000
};

addEnvVarsToMochaOptions(options);
Expand Down
2 changes: 1 addition & 1 deletion test/swaCliTaskProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function verifyTaskForkWorkspace(testCase: ITestCase, task: Task) {
}
}

suite.only('SWA task provider', async () => {
suite('SWA task provider', async () => {
const taskProvider = new SwaTaskProvider();


Expand Down

0 comments on commit e896a0d

Please sign in to comment.