Skip to content

Instantly share code, notes, and snippets.

@adamhenson
Last active January 24, 2019 23:54
Show Gist options
  • Save adamhenson/377765108bfe2c9d1841ebdee8d5bc6a to your computer and use it in GitHub Desktop.
Save adamhenson/377765108bfe2c9d1841ebdee8d5bc6a to your computer and use it in GitHub Desktop.
index.spec.js
import * as index from '.';
describe('@zot/feature-foo package', () => {
it('should match snapshot', () => {
expect(index).toMatchSnapshot();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment