Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Is the destructured test imported the same as japa? #18

Closed
vabatta opened this issue Apr 6, 2018 · 1 comment
Closed

Is the destructured test imported the same as japa? #18

vabatta opened this issue Apr 6, 2018 · 1 comment

Comments

@vabatta
Copy link

vabatta commented Apr 6, 2018

As the title says.

const { test } = use('Test/Suite')('Example')

test.skip(...) // error here, no skip found
@vabatta vabatta changed the title Is the destructured test imported the same as japa Is the destructured test imported the same as japa? Apr 6, 2018
@vabatta
Copy link
Author

vabatta commented Apr 6, 2018

Found from the source code

const { test, skip } = use('Test/Suite')('Example')

skip(...) // imported

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant