Skip to content

Commit 79de367

Browse files
committed
Fix Test Entry Point
1 parent 11509b0 commit 79de367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/reactcss.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* eslint no-console: 0 */
66

77
import { React, TestUtils, expect, sinon } from './helpers'
8-
import reactCSS from '../src/reactcss'
8+
import reactCSS from '../src'
99

1010
describe('reactCSS', () => {
1111
const sandbox = sinon.sandbox.create()

0 commit comments

Comments
 (0)