Skip to content

Commit dc66fbd

Browse files
committed
MainContainer.test passing
1 parent 784095a commit dc66fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/__tests__/MainContainer.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ beforeEach(() => {
4545
describe('MainContainer rendering', () => {
4646
test('With no snapshots, should not render any containers', () => {
4747
expect(wrapper.text()).toEqual(
48-
'No React application found. Please install our npm package in your app.',
48+
'No React application found. Please visit reactime.io to more info.',
4949
);
5050
expect(wrapper.find(HeadContainer).length).toBe(0);
5151
expect(wrapper.find(ActionContainer).length).toBe(0);

0 commit comments

Comments
 (0)