Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 5, 2020
1 parent d5bea60 commit 9b8a8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('degenerator()', () => {
}
);
if (supportsAsync) {
assert(/async b\(\)/.test(fn+''));
assert(/await b\(\)/.test(fn+''));
} else {
assert(/yield b\(\)/.test(fn+''));
}
Expand Down

0 comments on commit 9b8a8da

Please sign in to comment.