This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
docsify
Watch
1
Star
0
Fork
0
You've already forked docsify
mirror of
https://gitee.com/docsifyjs/docsify.git
synced
2024-12-04 13:09:14 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
2dc5b12b71
docsify
/
.vscode
/
settings.json
5 lines
91 B
JSON
Raw
Normal View
History
Unescape
Escape
chore: add vscode config
2017-10-02 13:26:45 +08:00
{
refactor: Update test environments and lint configuration (#1736) * Update test environments and lint configuration Update Jest (unit + integration) and Playwright (e2e) test environments. Includes stability improvements for e2e tests using newer, more stable methods per the Playwright docs. - Update Jest 26 => 27 - Update Jest-related libs (babel parser) - Update Playwright 1.8 => Playwright Test 1.18 - Update GitHub CI (action versions, job parallelization, and matrices) - Update ESLint 5 => 8 - Update ESLint-related libs (parser, prettier, Jest, Playwright) - Fix test failures on M1-based Macs - Fix e2e stability issues by replacing PW $ method calls - Fix ESLint errors - Fix incorrect CI flag on Jest runs (-ci => --ci) - Refactor e2e test runner from Jest to Playwright Test - Refactor e2e test files for Playwright Test - Refactor fix-lint script name to lint:fix for consistency - Refactor npm scripts order for readability - Remove unnecessary configs and libs - Remove example image snapshots
2022-01-31 11:40:21 +08:00
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
,
"cSpell.words"
:
[
"coverpage"
]
chore: add vscode config
2017-10-02 13:26:45 +08:00
}
Reference in New Issue
Copy Permalink