Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Apr 12, 2024
1 parent 47e136b commit d0c4de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/import-attributes/import-attributes.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { renderToString } from '../../../src/wcc.js';

const expect = chai.expect;

describe.only('Run WCC For ', function() {
describe('Run WCC For ', function() {
const LABEL = 'Import Attributes usage';
let dom;

Expand Down

0 comments on commit d0c4de7

Please sign in to comment.