This commit is contained in:
Rob Lourens 2015-12-26 22:35:52 -06:00
Родитель a0cb1459be
Коммит 34856aab69
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -6,4 +6,6 @@ node_js:
before_script:
- npm install -g gulp
script: gulp
script:
gulp build
gulp tslint

Просмотреть файл

@ -45,6 +45,10 @@ suite('WebKitDebugAdapter', () => {
});
suite('attach()', () => {
test('fail test', () => {
assert.fail('test travis');
});
test('if successful, an initialized event is fired', () => {
const wkda = instantiateWKDA();
let initializedFired = false;