-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: switch from CJS to ESM to support playwright
- Loading branch information
Showing
6 changed files
with
16 additions
and
2,758 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.idea | ||
# Logs | ||
logs | ||
*.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.0.2.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
{ | ||
"name": "better-tests", | ||
"version": "0.0.1", | ||
"description": "A set of awesome, lightweight, and framework-agonistic tools to help you write better tests", | ||
"description": "A set of awesome, lightweight, and framework-agnostic tools to help you write better tests", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*" | ||
"packages/cantos", | ||
"packages/mermaid-whisper" | ||
], | ||
"scripts": { | ||
"test": "vitest", | ||
"build": "echo \"build is not configured for package \\\"×\\\", skipping\"", | ||
"publish": "cd packages/cantos && npm publish --access public && cd ../.." | ||
"publish:cantos": "cd packages/cantos && yarn prepublish && npm publish && cd ../.." | ||
}, | ||
"author": "Bo An", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"vitest": "^1.0.0-beta.4" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.