Skip to content

Commit f67db3b

Browse files
test: re-enable lit-q test
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 5102b22 commit f67db3b

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

bun.lockb

5.59 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "bun test"
1717
},
1818
"devDependencies": {
19-
"@biomejs/biome": "1.6.0",
19+
"@biomejs/biome": "1.6.1",
2020
"@changesets/changelog-github": "^0.5.0",
2121
"@changesets/cli": "^2.27.1",
2222
"tsup": "^8.0.2",

packages/lit-q/lib/index.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ const fetchMock = mock((_url: string, _options?: RequestInit) => {
1313
});
1414

1515
describe("Mutation", () => {
16-
// currently not working: https://github.com/capricorn86/happy-dom/issues/1258
17-
test.skip("works with a basic query/mutation", async (t) => {
16+
test("works with a basic query/mutation", async () => {
1817
class ExampleElement extends LitElement {
1918
myQuery = new Query(this, "my-query", () => fetchMock("https://example.com/"));
2019
myMutation = new Mutation(this, "my-mutation", (ctx, x: number) => {

packages/lit-q/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"lit": "^3.1.2",
37-
"@happy-dom/global-registrator": "^13.7.3"
37+
"@happy-dom/global-registrator": "^13.8.2"
3838
},
3939
"peerDependencies": {
4040
"lit": "^3.1.2"

packages/rollup-plugin-minify-template-literals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"minify-literals": "^1.0.0"
4242
},
4343
"devDependencies": {
44-
"rollup": "^4.12.1"
44+
"rollup": "^4.13.0"
4545
},
4646
"engines": {
4747
"node": ">=20.0.0"

packages/touch-grass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@types/ink": "^2.0.3",
25-
"@types/react": "^18.2.64",
25+
"@types/react": "^18.2.65",
2626
"scripts": "workspace:*"
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)