basic project infrastructure

This commit is contained in:
Géry Debongnie
2019-01-16 13:19:58 +01:00
parent 0f3b2d10da
commit f0d529139b
16 changed files with 671 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { escape, htmlTrim } from "../src/utils";
import { escape, htmlTrim } from "../src/core/utils";
describe("escape", () => {
test("normal strings", () => {