mochiya98 / mocha-chai-jest-snapshot

provides snapshot testing like jest
MIT License
28 stars 5 forks source link

Use as es modules #22

Closed Napster2709 closed 2 weeks ago

Napster2709 commented 2 weeks ago

Hey.

Is there a way to use this package as an es6 module?

import { chai } from '@open-wc/testing';
import { jestSnapshotPlugin } from 'mocha-chai-jest-snapshot';

chai.use(jestSnapshotPlugin);
Napster2709 commented 2 weeks ago

Answert with https://github.com/mochiya98/mocha-chai-jest-snapshot/issues/20#issuecomment-2314955399