Skip to content

Commit a1759ed

Browse files
authored
chore: remove deprecated classnames types package (#373)
1 parent 3c9005a commit a1759ed

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

package-lock.json

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,6 @@
947947
"@types/chai": "^4.2.22",
948948
"@types/chai-fs": "^2.0.2",
949949
"@types/chai-json-schema": "^1.4.6",
950-
"@types/classnames": "^2.3.1",
951950
"@types/debug": "^4.1.7",
952951
"@types/enzyme": "^3.10.10",
953952
"@types/glob": "^7.2.0",

src/test/suite/telemetry/telemetryService.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ suite('Telemetry Controller Test Suite', () => {
300300
expect(telemetryEvent.event).to.equal('Playground Loaded');
301301
});
302302

303-
suite('with active connection', () => {
303+
suite('with active connection', function () {
304+
this.timeout(5000);
305+
304306
let dataServ;
305307
const connectionModel = new Connection({
306308
hostname: 'localhost',

0 commit comments

Comments
 (0)