Skip to content

Commit d1a38bf

Browse files
committed
fix: start -> request naming change
1 parent 9f31d6d commit d1a38bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

__tests__/module/dust_spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import configureMockStore from 'redux-mock-store';
22
import thunk from 'redux-thunk';
3-
import chai, { expect as expectChai, assert} from 'chai' // You can use any testing library
3+
import chai, { expect as expectChai, assert} from 'chai'
44
import 'whatwg-fetch';
55
import * as Actions from '../../src/module/dust';
66
import expect from 'expect';
@@ -29,6 +29,7 @@ describe('1. Redux Test', () => {
2929
}
3030

3131
describe('1. Async Actions', () => {
32+
// Given
3233
let context = {
3334
store : null,
3435
action : null

0 commit comments

Comments
 (0)