Skip to content

Commit

Permalink
Update spec-main/api-app-spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Robo <hop2deep@gmail.com>
  • Loading branch information
deermichel and deepak1556 committed Mar 31, 2022
1 parent 2a73348 commit dfa9a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec-main/api-app-spec.ts
Expand Up @@ -228,7 +228,7 @@ describe('app module', () => {
expect(code1).to.equal(0);
});

it.only('returns true when setting non-existent user data folder', async function () {
it('returns true when setting non-existent user data folder', async function () {
const appPath = path.join(fixturesPath, 'api', 'singleton-userdata');
const instance = cp.spawn(process.execPath, [appPath]);
const [code] = await emittedOnce(instance, 'exit');
Expand Down

0 comments on commit dfa9a71

Please sign in to comment.