include json/css in integration tests

This commit is contained in:
Martin Aeschlimann
2018-03-20 13:02:42 +01:00
parent ab90818cb3
commit 4c81ed502a
9 changed files with 15 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
import * as assert from 'assert';
import * as words from '../utils/strings';
suite('Words', () => {
suite('HTML Words', () => {
let wordRegex = /(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g;