Browse Source

ESlint ignore download.spec.ts file

pull/217/head
Ben Letchford 5 years ago
parent
commit
c2d248273f
  1. 2
      src/client/specs/download.spec.ts

2
src/client/specs/download.spec.ts

@ -1,3 +1,5 @@
/* eslint-disable */
import { expect } from 'chai';
import 'mocha';
import * as sinon from 'sinon';

Loading…
Cancel
Save