Skip to content

Commit

Permalink
fix(run): Fix error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed May 18, 2018
1 parent 9ff91f2 commit 55b8a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/context-run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ export class RunContext implements Context {

function notSupported(name: string): Error {

return new Error(`${name} is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const marbles = configure({ run: false })'.`);
return new Error(`${name} is not supported when using the latest TestScheduler. For the deprecated behaviour, use 'const { marbles } = configure({ run: false })'.`);
}

0 comments on commit 55b8a92

Please sign in to comment.