Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Aug 1, 2024
1 parent a9d51f2 commit a4c96e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/generate/renderer/lang_ts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function render(lifecycle) {

await fs.mkdirp(langTs.srcDir);
await clean(lifecycle);
await copyFiles(lifecycle)
await copyFiles(lifecycle);
await renderChain(lifecycle);
}

Expand Down
1 change: 0 additions & 1 deletion template/ts/files/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
// setupFilesAfterEnv: ['jest-extended/all']
};

0 comments on commit a4c96e8

Please sign in to comment.