Init the socket:test/context
automatically on import { test } from 'socket:test'
#555
Labels
enhancement
New feature or request
This way we don't have to remember to import the context. This will also allow us to do
--test=./test/module.js
to run only one test at time instead of commenting all the other module imports in the./test/index.js
...or even group modules like this
where index.js is:
There should be a check that context is only initialized once
The text was updated successfully, but these errors were encountered: