[html] fix compile error in tests

This commit is contained in:
Martin Aeschlimann 2016-12-05 11:44:41 +01:00
parent bc6b817cf2
commit 2658911aff

View file

@ -5,7 +5,7 @@
'use strict';
import * as assert from 'assert';
import * as words from '../utils/words';
import * as words from '../utils/strings';
suite('Words', () => {