We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf3274 commit 29889dbCopy full SHA for 29889db
node_package/tests/ReactOnRails.test.js
@@ -6,7 +6,7 @@
6
import { createStore } from 'redux';
7
import * as React from 'react';
8
import * as createReactClass from 'create-react-class';
9
-import ReactOnRails from '../src/ReactOnRails';
+import ReactOnRails from '../src/ReactOnRails.client';
10
11
describe('ReactOnRails', () => {
12
expect.assertions(14);
0 commit comments