Skip to content

Instantly share code, notes, and snippets.

@frankie567
Created August 20, 2018 06:40
Show Gist options
  • Save frankie567/cd43cfc11463baa3affdf967cf3f2d95 to your computer and use it in GitHub Desktop.
Save frankie567/cd43cfc11463baa3affdf967cf3f2d95 to your computer and use it in GitHub Desktop.
medium-ts-unit-testing-import
const myMethod = require('./module')
// or
import myMethod from './module'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment