-
Notifications
You must be signed in to change notification settings - Fork 9
Add unit and browser tests for network map layers, upgrade deck.gl to 9.3 #380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 11 commits
62c2d61
82f3f1e
bbc9b3b
d30d252
d247bd6
8c9b02f
3a4a14c
15211e8
bc349fa
34069fe
2831727
0eaaaeb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,3 +20,4 @@ | |
|
|
||
| # Vitest | ||
| /coverage | ||
| .vitest-attachments | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,7 +58,9 @@ export default defineConfig([ | |
| extends: tsEslint.configs.recommendedTypeChecked, | ||
| languageOptions: { | ||
| parserOptions: { | ||
| projectService: true, | ||
| projectService: { | ||
| allowDefaultProject: ['./setupBrowserTests.ts'], | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where is this file
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's a leftover of intermediate work, but browser tests didn't need a setup. I will remove it. |
||
| }, | ||
| tsconfigRootDir: import.meta.dirname, | ||
| }, | ||
| }, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.