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

Commit 5be0afb

Browse files
committed
Changes test cases so that all tests pass after fixing css bug
1 parent 2c5bc2a commit 5be0afb

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
@@ -34,7 +34,7 @@ describe("generator-biojs-webcomponents:app - Make a new Web Component", () => {
3434
assert.fileContent([
3535
[
3636
"examples/index.html",
37-
'<test-component-tool geneId="BRCA1"></test-component-tool>'
37+
'<test-component-tool geneId="BRCA1" class="BiojsTestComponent"></test-component-tool>'
3838
],
3939
["examples/index.html", "<h1>Biojs test component demo</h1>"],
4040
["src/index.js", "define('test-component-tool', BiojsTestComponent);"],
@@ -53,7 +53,7 @@ describe("generator-biojs-webcomponents:app - Make a new Web Component", () => {
5353
assert.fileContent([
5454
[
5555
"examples/index.html",
56-
'<biojs-webcomponent-tool-name-here geneId="BRCA1"></biojs-webcomponent-tool-name-here>'
56+
'<biojs-webcomponent-tool-name-here geneId="BRCA1" class="BioJSComponent"></biojs-webcomponent-tool-name-here>'
5757
],
5858
["examples/index.html", "<h1>BioJS component demo</h1>"],
5959
[

0 commit comments

Comments
 (0)