fix tests
This commit is contained in:
parent
04e3b2f163
commit
ed0d489cda
@ -4,7 +4,7 @@ import { render, type TemplateResult } from "lit";
|
|||||||
import { customElement, property, query, state } from "lit/decorators.js";
|
import { customElement, property, query, state } from "lit/decorators.js";
|
||||||
import { ifDefined } from "lit/directives/if-defined.js";
|
import { ifDefined } from "lit/directives/if-defined.js";
|
||||||
import { when } from "lit/directives/when.js";
|
import { when } from "lit/directives/when.js";
|
||||||
import { sortBy } from "lodash/fp";
|
import sortBy from "lodash/fp/sortBy";
|
||||||
|
|
||||||
import "broadcastchannel-polyfill";
|
import "broadcastchannel-polyfill";
|
||||||
import "./utils/polyfills";
|
import "./utils/polyfills";
|
||||||
|
@ -2,7 +2,7 @@ import { localized, msg, str } from "@lit/localize";
|
|||||||
import { serialize } from "@shoelace-style/shoelace/dist/utilities/form.js";
|
import { serialize } from "@shoelace-style/shoelace/dist/utilities/form.js";
|
||||||
import { type PropertyValues, type TemplateResult } from "lit";
|
import { type PropertyValues, type TemplateResult } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators.js";
|
import { customElement, property, state } from "lit/decorators.js";
|
||||||
import { sortBy } from "lodash/fp";
|
import sortBy from "lodash/fp/sortBy";
|
||||||
|
|
||||||
import type { InviteSuccessDetail } from "@/features/accounts/invite-form";
|
import type { InviteSuccessDetail } from "@/features/accounts/invite-form";
|
||||||
import type { APIPaginatedList } from "@/types/api";
|
import type { APIPaginatedList } from "@/types/api";
|
||||||
|
@ -49,6 +49,7 @@ export default {
|
|||||||
// web-test-runner expects es modules,
|
// web-test-runner expects es modules,
|
||||||
// include umd/commonjs modules here:
|
// include umd/commonjs modules here:
|
||||||
"node_modules/url-pattern/**/*",
|
"node_modules/url-pattern/**/*",
|
||||||
|
"node_modules/lodash/**/*",
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
importMapsPlugin({
|
importMapsPlugin({
|
||||||
|
Loading…
Reference in New Issue
Block a user