Skip to content

Tying into a test suite setup #49

Closed Answered by findheld-doug
findheld-doug asked this question in Q&A
Discussion options

You must be logged in to vote

changing the line:

expect(result.passed).toBe(true)
to
expect(result.result.passed).toBe(true)

Solves the problem at least more correctly

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by findheld-doug
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants