We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f31d6d commit d1a38bfCopy full SHA for d1a38bf
__tests__/module/dust_spec.js
@@ -1,6 +1,6 @@
1
import configureMockStore from 'redux-mock-store';
2
import thunk from 'redux-thunk';
3
-import chai, { expect as expectChai, assert} from 'chai' // You can use any testing library
+import chai, { expect as expectChai, assert} from 'chai'
4
import 'whatwg-fetch';
5
import * as Actions from '../../src/module/dust';
6
import expect from 'expect';
@@ -29,6 +29,7 @@ describe('1. Redux Test', () => {
29
}
30
31
describe('1. Async Actions', () => {
32
+ // Given
33
let context = {
34
store : null,
35
action : null
0 commit comments