Skip to content

Commit

Permalink
feat(sdk-experiments) fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Feb 29, 2024
1 parent 3088ed7 commit 8d7aef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core-web/libs/sdk/experiments/src/lib/standalone.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getScriptDataAttributes } from './utils/utils';

declare global {
interface Window {
[EXPERIMENT_WINDOWS_KEY]: never;
[EXPERIMENT_WINDOWS_KEY]?: DotExperiments;
}
}

Expand Down
1 change: 1 addition & 0 deletions core-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"prepare": "cd .. && node core-web/prepare.js",
"test:dotcms-ui": "nx run dotcms-ui:test",
"test:dotcms": "nx affected -t test --exclude='tag:skip:test'",
"test:dotcms:ci": "../mvnw -pl :dotcms-core-web test",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"help": "nx help"
Expand Down

0 comments on commit 8d7aef8

Please sign in to comment.