Skip to content

Conversation

@liamdebeasi
Copy link
Contributor

@liamdebeasi liamdebeasi commented May 19, 2023

resolves #489

There was an extra set of parentheses that was causing tests to fail on a syntax error.

Error: src/app/pages/home/home.page.spec.ts:8:14 - error TS2304: Cannot find name 'async'.

8   beforeEach(async(() => {
               ~~~~~

This was probably left over from our previous waitForAsync usage which was a function call:

@liamdebeasi liamdebeasi marked this pull request as ready for review May 19, 2023 13:30
@liamdebeasi liamdebeasi requested a review from mhartington May 19, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Ionic v7 spec file from page generated by cli: Cannot find name 'async'.

3 participants