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 784095a commit dc66fbdCopy full SHA for dc66fbd
src/app/__tests__/MainContainer.test.js
@@ -45,7 +45,7 @@ beforeEach(() => {
45
describe('MainContainer rendering', () => {
46
test('With no snapshots, should not render any containers', () => {
47
expect(wrapper.text()).toEqual(
48
- 'No React application found. Please install our npm package in your app.',
+ 'No React application found. Please visit reactime.io to more info.',
49
);
50
expect(wrapper.find(HeadContainer).length).toBe(0);
51
expect(wrapper.find(ActionContainer).length).toBe(0);
0 commit comments