Skip to content

Commit

Permalink
Ignore visualization pages in test cov
Browse files Browse the repository at this point in the history
  • Loading branch information
CatoLeanTruetschel committed Jul 13, 2021
1 parent 7c7a210 commit 83fdd3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/visualization/pages/Graph.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import React, { useRef, useEffect } from 'react';
import VisGraph, { EventParameters, GraphEvents } from 'react-graph-vis';
import { uuid } from 'uuidv4';
Expand Down
1 change: 1 addition & 0 deletions frontend/src/visualization/pages/Schema.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import React, { useEffect } from 'react';
import { map, tap } from 'rxjs/operators';
import { combineLatest } from 'rxjs';
Expand Down

0 comments on commit 83fdd3d

Please sign in to comment.