Round two of testing

This commit is contained in:
Noah Santschi-Cooney 2018-05-18 00:27:08 +01:00
parent 9bd02d6dd6
commit a0f7e94434
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@ pipeline:
commands:
- npm i
- npm run lint
- npm run test
test:
image: node:${NODE_VERSION}
commands:

View file

@ -1,5 +1,4 @@
import * as assert from 'assert';
import * as vscode from 'vscode'
import * as provider from '../src/linter/glslProvider'
import * as fs from 'fs'
import * as shell from 'shelljs'