Skip to content

Commit

Permalink
Merge branch 'master' into FIO-9143-getValidationFormat-error-occurs-…
Browse files Browse the repository at this point in the history
…while-submitting-the-form-with-conditionals-based-on-the-Day-component
  • Loading branch information
HannaKurban authored Oct 7, 2024
2 parents d30d93d + 9c6493c commit 86bc26c
Show file tree
Hide file tree
Showing 29 changed files with 2,709 additions and 2,365 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"./error": "./lib/error/index.js"
},
"scripts": {
"test": "TEST=1 nyc --reporter=lcov --reporter=text --reporter=text-summary mocha -r ts-node/register -r tsconfig-paths/register -r mock-local-storage -r jsdom-global/register -t 0 'src/**/__tests__/*.test.ts'",
"test": "TEST=1 nyc --reporter=lcov --reporter=text --reporter=text-summary mocha -b -r ts-node/register -r tsconfig-paths/register -r mock-local-storage -r jsdom-global/register -t 0 'src/**/__tests__/*.test.ts'",
"lib": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
"lib:watch": "tsc -w & tsc-alias -w",
"replace": "node -r tsconfig-paths/register -r ts-node/register ./lib/base/array/ArrayComponent.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"submit": true
}
}
}
}
Loading

0 comments on commit 86bc26c

Please sign in to comment.