Skip to content

Commit

Permalink
Merge pull request #396 from preactjs/chore/bump-preact
Browse files Browse the repository at this point in the history
chore: Bump preact version
  • Loading branch information
rschristian authored Sep 19, 2024
2 parents e2c9ce6 + 94bf055 commit ff0f4b8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 30 deletions.
54 changes: 26 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"lint-staged": "^10.5.3",
"microbundle": "^0.15.1",
"mocha": "^8.2.1",
"preact": "^10.13.0",
"preact": "^10.24.0",
"prettier": "^2.2.1",
"pretty-format": "^3.8.0",
"sinon": "^9.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test/compat/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { expect } from 'chai';
describe('compat', () => {
it('should not duplicate class attribute when className is empty', async () => {
let rendered = render(createElement('div', { className: '' }));
let expected = `<div class></div>`;
let expected = `<div></div>`;

expect(rendered).to.equal(expected);
});
Expand Down

0 comments on commit ff0f4b8

Please sign in to comment.