Skip to content

Commit

Permalink
Fix more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Sep 20, 2022
1 parent d1a8892 commit 1a1ccfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/filterObject.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {isColorValue, isShadowValue, filterObject} from '../utils/theme'
import {isColorValue, isShadowValue, filterObject} from '../utils/theme.cjs'

describe('filterObject', () => {
const colors = {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/theme.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {isShadowValue} from '../utils/theme'
import {isShadowValue} from '../utils/theme.cjs'

describe('isShadowValue', () => {
it('accepts transparent', () => {
Expand Down

0 comments on commit 1a1ccfe

Please sign in to comment.