Skip to content

Commit

Permalink
add typings.test to deno/build.mjs skipList.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Dec 16, 2022
1 parent f8d82cf commit 2ae29c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ deno/lib/playground.ts
.eslintcache
workspace.code-workspace
.netlify
deno/lib/__tests__/typings.test.ts
1 change: 1 addition & 0 deletions deno/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const skipList = [
join(nodeSrcRoot, "__tests__", "object-in-es5-env.test.ts"),
join(nodeSrcRoot, "__tests__", "languageServerFeatures.test.ts"),
join(nodeSrcRoot, "__tests__", "languageServerFeatures.source.ts"),
join(nodeSrcRoot, "__tests__", "typings.test.ts")
];
const walkAndBuild = (/** @type string */ dir) => {
for (const entry of readdirSync(join(nodeSrcRoot, dir), {
Expand Down

0 comments on commit 2ae29c7

Please sign in to comment.