Fix import that got lost in merge

This commit is contained in:
Daniel Imms
2019-11-09 19:05:20 -08:00
parent 0c69b68b4c
commit 40b3766abc
@@ -6,6 +6,7 @@
import * as puppeteer from 'puppeteer';
import { ITerminalOptions } from '../../../src/Types';
import { ITheme } from 'xterm';
import { assert } from 'chai';
const APP = 'http://127.0.0.1:3000/test';