Skip to content

Commit 75c9c52

Browse files
committed
updated test suite
1 parent a4fbcea commit 75c9c52

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

__tests__/businessReducer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ describe('Business reducer', () => {
3434
queryArr: null,
3535
protoPath: null,
3636
services: null,
37+
protoContent: ''
3738
},
3839
newRequestCookies: {
3940
cookiesArr: [],

__tests__/protoParserTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import protoParser from '../src/client/components/composer/protos/protoParser';
1+
import protoParser from '../src/client/protoParser';
22

33

44
describe('testing protoParser', ()=> {

0 commit comments

Comments
 (0)