Skip to content

Commit

Permalink
fix test label
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jun 18, 2024
1 parent 576fcc2 commit 5a484df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/ts/ts.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { renderToString } from '../../../src/wcc.js';
const expect = chai.expect;

describe('Run WCC For ', function() {
const LABEL = 'Single Custom Element using JSX';
const LABEL = 'Single Custom Element using TypeScript';
let dom;

before(async function() {
Expand Down

0 comments on commit 5a484df

Please sign in to comment.