Skip to content
Snippets Groups Projects
Unverified Commit e890da44 authored by Chris Beer's avatar Chris Beer Committed by GitHub
Browse files

Merge pull request #1817 from ProjectMirador/camillevilla-patch-1

Remove debuggers
parents 9540b316 ef1ec282
Branches
No related tags found
No related merge requests found
...@@ -26,8 +26,6 @@ describe('WorkspaceExport', () => { ...@@ -26,8 +26,6 @@ describe('WorkspaceExport', () => {
it('renders an exportable version of state', () => { it('renders an exportable version of state', () => {
expect(wrapper.find('pre').length).toBe(1); expect(wrapper.find('pre').length).toBe(1);
console.log(wrapper.find('pre').debug());
debugger; // eslint-disable-line
expect(wrapper.find('pre').text()).toMatch('"config":'); expect(wrapper.find('pre').text()).toMatch('"config":');
expect(wrapper.find('pre').text()).toMatch('"windows":'); expect(wrapper.find('pre').text()).toMatch('"windows":');
expect(wrapper.find('pre').text()).not.toMatch('"manifests":'); expect(wrapper.find('pre').text()).not.toMatch('"manifests":');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment