Skip to content

Commit

Permalink
Update start.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
makserik authored Mar 25, 2024
1 parent 2032f05 commit b815ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/twilio-run/__tests__/config/start.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ describe('getConfigFromCli', () => {
}
});

test('turns of fork process if inspect is enabled', async () => {
test('turns off fork process if inspect is enabled', async () => {
require('../../src/config/utils/package-json').__setPackageJson({});
const config = {
dir: './other_dir',
Expand Down

0 comments on commit b815ba0

Please sign in to comment.