Skip to content

Commit 362bd68

Browse files
committed
fix import of entry file for unit tests
1 parent 019a7fb commit 362bd68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/robotlegs/bender/extensions/signalCommandMap/impl/signalCommandMap.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// in accordance with the terms of the license agreement accompanying it.
66
// ------------------------------------------------------------------------------
77

8-
import "../../../../../entry.ts";
8+
import "../../../../../entry";
99

1010
import { assert } from "chai";
1111

test/robotlegs/bender/extensions/signalCommandMap/impl/signalCommandMapIntegration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// in accordance with the terms of the license agreement accompanying it.
66
// ------------------------------------------------------------------------------
77

8-
import "../../../../../entry.ts";
8+
import "../../../../../entry";
99

1010
import { assert } from "chai";
1111

test/robotlegs/bender/extensions/signalCommandMap/impl/signalCommandTrigger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// in accordance with the terms of the license agreement accompanying it.
66
// ------------------------------------------------------------------------------
77

8-
import "../../../../../entry.ts";
8+
import "../../../../../entry";
99

1010
import sinon = require("sinon");
1111

test/robotlegs/bender/extensions/signalCommandMap/signalCommandMapExtension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// in accordance with the terms of the license agreement accompanying it.
66
// ------------------------------------------------------------------------------
77

8-
import "../../../../entry.ts";
8+
import "../../../../entry";
99

1010
import { assert } from "chai";
1111

0 commit comments

Comments
 (0)