🚀 generate frames

This commit is contained in:
platane
2020-07-18 17:46:22 +02:00
parent a149bab26a
commit 1799d05bbf
7 changed files with 429 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testMatch: ["**/__tests__/**/?(*.)+(spec|test).ts"],
};