Skip to content

Commit

Permalink
DX improvements for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Aug 1, 2023
1 parent 46a2d63 commit 40eee1c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
declare global {
declare const expect: Chai.ExpectStatic;
declare const iD: typeof import(".");
}

export {};
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"@mapbox/maki": "^8.0.1",
"@openstreetmap/id-tagging-schema": "^6.3.0",
"@transifex/api": "^5.4.0",
"@types/chai": "^4.3.5",
"autoprefixer": "^10.4.14",
"chai": "^4.3.7",
"chalk": "^4.1.2",
Expand Down

0 comments on commit 40eee1c

Please sign in to comment.