-
-
Notifications
You must be signed in to change notification settings - Fork 274
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: tapjs/tapjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: tap@18.4.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tapjs/tapjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tap@18.4.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 98 files changed
- 1 contributor
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1cd8c04 - Browse repository at this point
Copy the full SHA 1cd8c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d4fe42 - Browse repository at this point
Copy the full SHA 0d4fe42View commit details
Commits on Oct 8, 2023
-
snapshot: handle file:// cwd urls on windows
There's an extra / that has to be accounted for, so they were being snapshotted as `file:///{CWD}` instead of `file://{CWD}` as they are on unix.
Configuration menu - View commit details
-
Copy full SHA for 0827682 - Browse repository at this point
Copy the full SHA 0827682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56186de - Browse repository at this point
Copy the full SHA 56186deView commit details -
Need it to realpath symlinked packages, to address the plan in #940
Configuration menu - View commit details
-
Copy full SHA for f70ce4f - Browse repository at this point
Copy the full SHA f70ce4fView commit details -
Manage plugins better in npm workspaces
1. Detect if the tap in use is not built with the plugins listed in the config. If this is the case, run `build([], config)` prior to spawning test processes. 2. When executing npm install as part of `tap plugin add`, detect the appropriate place to do so, in this priority order: - the parent of the node_modules folder containing `tap` - the parent of the node_modules folder containing `@tapjs/test` - the output of `npm prefix` (ie, workspace root) - the root of the project (previous behavior) Adds `t.pluginSignature` getter which returns the built string signature which can be compared against the desired set captured by `config.pluginSignature`. Fix: #940
Configuration menu - View commit details
-
Copy full SHA for 57c6847 - Browse repository at this point
Copy the full SHA 57c6847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f52fe - Browse repository at this point
Copy the full SHA 16f52feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4449bb6 - Browse repository at this point
Copy the full SHA 4449bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8798de3 - Browse repository at this point
Copy the full SHA 8798de3View commit details -
@tapjs/worker@1.1.8 @tapjs/typescript@1.2.8 @tapjs/test@1.3.8 tap@18.4.4 @tapjs/synonyms@1.1.8 @tapjs/stdin@1.1.8 @tapjs/spawn@1.1.8 @tapjs/snapshot@1.2.8 @tapjs/sinon@1.1.8 @tapjs/run@1.4.4 @tapjs/reporter@1.3.4 @tapjs/node-serialize@1.1.8 @tapjs/nock@3.1.8 @tapjs/mock@1.2.6 @tapjs/mocha-globals@1.1.8 @tapjs/intercept@1.2.8 @tapjs/fixture@1.2.8 @tapjs/filter@1.2.8 @tapjs/esbuild-kit@1.1.8 @tapjs/dummy-plugin@1.1.8 @tapjs/create-plugin@1.1.8 @tapjs/core@1.3.8 @tapjs/config@2.4.4 @tapjs/clock@1.1.8 @tapjs/before-each@1.1.8 @tapjs/before@1.1.8 @tapjs/asserts@1.1.8 @tapjs/after-each@1.1.8 @tapjs/after@1.1.8
Configuration menu - View commit details
-
Copy full SHA for 5cfde0e - Browse repository at this point
Copy the full SHA 5cfde0eView commit details
There are no files selected for viewing