Skip to content

Commit

Permalink
fix(): popconfirm locale text
Browse files Browse the repository at this point in the history
  • Loading branch information
carolin913 committed Mar 16, 2022
1 parent 02ce0ff commit b3bb328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"postsite:preview": "cp _site/index.html _site/404.html",
"lint": "eslint --ext .ts,.tsx ./ --max-warnings 0",
"lint:fix": "eslint --ext .ts,.tsx ./ --max-warnings 0 --fix",
"test": "echo \"no test specified, work in progress\"",
"test": "npm run test:unit",
"test:update": "npm run test:unit-update",
"test:unit": "bash -c 'jest --coverage --config test/config/jest.unit.conf.js ${1}' -- ",
"test:unit-update": "jest --config test/config/jest.unit.conf.js --updateSnapshot --coverage",
Expand Down

0 comments on commit b3bb328

Please sign in to comment.