Skip to content

Commit

Permalink
fix: re-enable readonly test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaelin committed Oct 10, 2024
1 parent d350678 commit 3b86ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from '../../../../../node_modules/@esm-bundle/chai/esm/chai.js';

xit('readonly actual', function() {
it('readonly actual', function() {
const fixture = Object.freeze({x: {}});
expect(fixture).to.equal(null);
})
Expand Down

0 comments on commit 3b86ef7

Please sign in to comment.