Skip to content

Commit

Permalink
well then...
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Apr 27, 2018
1 parent 3a6c5de commit 7b9c8e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api/core/test/slow/install_spec_slow.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { expect } from 'chai';
import fetchMock from 'fetch-mock';
import proxyquire from 'proxyquire';
import sinon, { SinonSpy } from 'sinon';

import { InstallOptions, InstallAsset } from '../../src/api';

const fetchMock = require('fetch-mock/es5/server');

describe('install', () => {
let install: (opts: InstallOptions) => Promise<void>;
let nuggetSpy: SinonSpy;
Expand Down

0 comments on commit 7b9c8e5

Please sign in to comment.