mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 10:39:09 +00:00
[misc]: fix module imports being broken from esModuleInterop missing
This commit is contained in:
parent
193ad93a7d
commit
06cc7d5e7d
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as React from 'react'
|
||||
import { shallow } from 'enzyme'
|
||||
import * as sinon from 'sinon'
|
||||
import sinon from 'sinon'
|
||||
import 'jest-styled-components'
|
||||
|
||||
import Button from './Button'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import * as Color from 'color'
|
||||
import Color from 'color'
|
||||
|
||||
export const color = (i: Color | string) => {
|
||||
return new Color(i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue