Skip to content

Commit

Permalink
REFACTOR/runtime test folder added
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinSorel committed Dec 24, 2023
1 parent 53778c2 commit 5f58bde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions packages/runtime/src/__tests__/sample.test.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, test } from "vitest";
import { HElement, HFragment, HString, h } from "../h";
import { HElement, HFragment, HString, h } from "../src/h";

describe("testing HElement", () => {
test("the creation of a vdom element", () => {
Expand Down
1 change: 0 additions & 1 deletion packages/runtime/vitest.config.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from "vitest/config";
import {} from "vitest";

const config = defineConfig({
test: {
Expand Down

0 comments on commit 5f58bde

Please sign in to comment.