JoinColony / jest-sandbox

🏝 Simple sinon like sandbox for jest
MIT License
16 stars 1 forks source link

This module should work in ES6 import environments and node #3

Closed chmanie closed 6 years ago

chmanie commented 6 years ago
const createSandbox = require('jest-sandbox')

should work. Currently it's

const createSandbox = require('jest-sandbox').default;