Skip to content

Commit 706de47

Browse files
committed
Reference another issue in the tests
1 parent 841af07 commit 706de47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/scoped-type-js-test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test("nested content, style webc:scoped from a webc:type=js", async t => {
6767
});
6868
});
6969

70-
test("throwing an Error works as expected, issue #99", async t => {
70+
test("throwing an Error works as expected, issue #99 #100", async t => {
7171
let component = new WebC();
7272
component.setBundlerMode(true);
7373
component.setContent(`<script webc:type="js">throw new Error('Custom error message');</script>`);
@@ -77,7 +77,7 @@ test("throwing an Error works as expected, issue #99", async t => {
7777
});
7878
});
7979

80-
test("JavaScript built-ins, issue #99", async t => {
80+
test("JavaScript built-ins, issue #99 #100", async t => {
8181
let component = new WebC();
8282
component.setBundlerMode(true);
8383
component.setContent(`<script webc:type="js">parseInt("10")</script>`);

0 commit comments

Comments
 (0)