chore: add code formatting and linting (#952)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import * as emotion from 'emotion'
|
||||
import { createSerializer } from 'jest-emotion'
|
||||
import * as emotion from 'emotion';
|
||||
import { createSerializer } from 'jest-emotion';
|
||||
|
||||
expect.addSnapshotSerializer(createSerializer(emotion))
|
||||
expect.addSnapshotSerializer(createSerializer(emotion));
|
||||
|
Reference in New Issue
Block a user