Skip to content

Instantly share code, notes, and snippets.

@haughki
Created August 10, 2022 22:34
Show Gist options
  • Save haughki/0488d864794c539c7acfca757e01f280 to your computer and use it in GitHub Desktop.
Save haughki/0488d864794c539c7acfca757e01f280 to your computer and use it in GitHub Desktop.
import MyClass from '../MyClass'
let myClass = null
beforeEach(() => {
myClass = new MyClass()
})
test('testing', () => {
myClass.doSomething()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment