File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ const dirname = currentDirName(import.meta.url);
1313
1414export default {
1515 testEnvironment : "jsdom" ,
16+ testEnvironmentOptions : {
17+ url : 'http://localhost'
18+ } ,
1619 moduleNameMapper : {
1720 "react-markdown" : path . resolve ( dirname , "./mocks/react-markdown.js" ) ,
1821 "\\.md\\?url$" : path . resolve ( dirname , "./mocks/markdown-url-module.js" ) ,
Original file line number Diff line number Diff line change 11{
22 "name" : " lowcoder-comps" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.12 " ,
44 "type" : " module" ,
55 "license" : " MIT" ,
66 "dependencies" : {
5454 "start" : " vite" ,
5555 "build" : " yarn test && lowcoder-cli build" ,
5656 "build_only" : " lowcoder-cli build" ,
57+ "build_publish" : " lowcoder-cli build --publish" ,
5758 "test" : " jest"
5859 },
5960 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments