aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/src/index.testing.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-05-05 08:34:21 -0300
committerSebastian <sebasjm@gmail.com>2023-05-05 08:52:57 -0300
commit6340cc5454f637a97fb7329d2494c1dfc3fb1735 (patch)
treed97d65ed7df5c23ede7caa7047338d978c25d154 /packages/web-util/src/index.testing.ts
parent5e1f450a20aa00c1783337a3b6024167dbc568bd (diff)
downloadwallet-core-6340cc5454f637a97fb7329d2494c1dfc3fb1735.tar.xz
add postcss, fix export names
Diffstat (limited to 'packages/web-util/src/index.testing.ts')
-rw-r--r--packages/web-util/src/index.testing.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/web-util/src/index.testing.ts b/packages/web-util/src/index.testing.ts
new file mode 100644
index 000000000..2349debc5
--- /dev/null
+++ b/packages/web-util/src/index.testing.ts
@@ -0,0 +1,3 @@
+export * from "./tests/hook.js";
+export * from "./tests/swr.js";
+export * from "./tests/mock.js";