Skip to content

Commit

Permalink
Resolved unit test text formatting issue; updated system test package…
Browse files Browse the repository at this point in the history
….json to indicate its of type module for JavaScript.
  • Loading branch information
SeriousHorncat committed Dec 16, 2024
1 parent 3f4baf0 commit 5230094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ describe('AnalysisCard.vue', () => {
});
it('should show the coordinates information for a case', () => {
const wrapper = getMountedComponent();
expect(wrapper.html()).to.contains('c.745C>T');
const variantListItem = wrapper.find('.variant-genomic-unit-text');
expect(variantListItem.text()).to.contains('c.745C>T');
});
});

Expand Down
1 change: 1 addition & 0 deletions system-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rosalution-system-tests",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"author": "CGDS",
"license": "UNLICENSED",
Expand Down

0 comments on commit 5230094

Please sign in to comment.