We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1787c0 commit 691ddb1Copy full SHA for 691ddb1
client/config/test/jest.config.js
@@ -13,6 +13,9 @@ const dirname = currentDirName(import.meta.url);
13
14
export default {
15
testEnvironment: "jsdom",
16
+ testEnvironmentOptions: {
17
+ url: 'http://localhost'
18
+ },
19
moduleNameMapper: {
20
"react-markdown": path.resolve(dirname, "./mocks/react-markdown.js"),
21
"\\.md\\?url$": path.resolve(dirname, "./mocks/markdown-url-module.js"),
client/packages/lowcoder-comps/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lowcoder-comps",
3
- "version": "0.0.5",
+ "version": "0.0.12",
4
"type": "module",
5
"license": "MIT",
6
"dependencies": {
@@ -54,6 +54,7 @@
54
"start": "vite",
55
"build": "yarn test && lowcoder-cli build",
56
"build_only": "lowcoder-cli build",
57
+ "build_publish": "lowcoder-cli build --publish",
58
"test": "jest"
59
},
60
"devDependencies": {
0 commit comments