Skip to content

Commit

Permalink
🐛 fix design token type and add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ulricden committed Jun 20, 2024
1 parent 4625908 commit 6f25e3e
Show file tree
Hide file tree
Showing 11 changed files with 5,999 additions and 199 deletions.
6 changes: 6 additions & 0 deletions babel.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
presets: [
["@babel/preset-env", { targets: { node: "current" } }],
"@babel/preset-typescript",
],
};
7 changes: 7 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type { Config } from "jest";

const config: Config = {
verbose: true,
};

export default config;
Loading

0 comments on commit 6f25e3e

Please sign in to comment.