Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit 58f4ff2

Browse files
committed
Changes test conditions so that all tests pass
1 parent 03b8177 commit 58f4ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("generator-biojs-webcomponents:app - Make a new Web Component", () => {
3535
"examples/index.html",
3636
'<test-component-tool geneId="BRCA1" class="BiojsTestComponent"></test-component-tool>'
3737
],
38-
["examples/index.html", "<h1>Biojs test component demo</h1>"],
38+
["examples/index.html", "<h1>Biojs test component Visualization</h1>"],
3939
["src/index.js", "define('test-component-tool', BiojsTestComponent);"],
4040
["src/style.less", ".BiojsTestComponent"]
4141
]);
@@ -54,7 +54,7 @@ describe("generator-biojs-webcomponents:app - Make a new Web Component", () => {
5454
"examples/index.html",
5555
'<biojs-webcomponent-tool-name-here geneId="BRCA1" class="BioJSComponent"></biojs-webcomponent-tool-name-here>'
5656
],
57-
["examples/index.html", "<h1>BioJS component demo</h1>"],
57+
["examples/index.html", "<h1>BioJS component Visualization</h1>"],
5858
[
5959
"src/index.js",
6060
"define('biojs-webcomponent-tool-name-here', BioJSComponent);"

0 commit comments

Comments
 (0)