Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
0469745
chore: Improve grammar: `; otherwise,`
jsoref Sep 28, 2025
4038159
chore: fix gramar: an
jsoref Sep 28, 2025
a7f4b5c
chore: fix spelling: ancestors
jsoref Sep 28, 2025
3a6f89d
chore: fix spelling: and
jsoref Sep 28, 2025
1d0e7f2
chore: fix spelling: artificial
jsoref Sep 28, 2025
01b4f19
chore: fix spelling: assigned
jsoref Sep 28, 2025
58eb179
chore: fix spelling: case-insensitive
jsoref Sep 28, 2025
e60b475
chore: fix spelling: case-sensitive
jsoref Sep 28, 2025
00647e5
chore: fix spelling: conflict
jsoref Sep 28, 2025
fa78179
chore: fix spelling: create
jsoref Sep 28, 2025
bd922b6
fix: spelling: dependencies
jsoref Sep 26, 2025
1f4ce0a
chore: fix spelling: dependent
jsoref Sep 26, 2025
6bc2566
chore: fix spelling: does not
jsoref Sep 26, 2025
898824b
chore: fix spelling: doesn't
jsoref Sep 26, 2025
5c30ef2
chore: fix spelling: do not
jsoref Oct 1, 2025
b141c5d
chore: fix spelling: don't
jsoref Sep 28, 2025
e5ed017
chore: fix spelling: fall back
jsoref Sep 28, 2025
eed7e07
chore: fix spelling: global
jsoref Sep 28, 2025
475dcdd
chore: fix spelling: have
jsoref Sep 28, 2025
d053e84
chore: fix spelling: hidden
jsoref Sep 26, 2025
6535174
chore: fix spelling: hoisted
jsoref Sep 28, 2025
d6fd27d
chore: fix spelling: if
jsoref Sep 28, 2025
b89ca44
chore: fix gramar: into
jsoref Sep 29, 2025
b8d5d7e
fix: spelling: legacy
jsoref Sep 28, 2025
96c0db4
chore: fix spelling: metadata
jsoref Sep 28, 2025
35baf03
chore: fix spelling: miscellaneous
jsoref Sep 26, 2025
570aeed
chore: fix spelling: occurring
jsoref Sep 28, 2025
c08df39
chore: fix spelling: output
jsoref Sep 28, 2025
8c33f56
chore: fix spelling: overwritten
jsoref Sep 28, 2025
fd12fbc
chore: fix spelling: propagate
jsoref Sep 28, 2025
dade8f9
chore: fix spelling: racy
jsoref Sep 28, 2025
3c9af3c
chore: fix spelling: registry with
jsoref Sep 28, 2025
e7e96e6
chore: fix spelling: replacement
jsoref Sep 28, 2025
351b72a
chore: fix spelling: strategy
jsoref Sep 28, 2025
ac02077
chore: fix spelling: sugar
jsoref Sep 28, 2025
bbcbcb9
chore: fix spelling: suppress
jsoref Sep 28, 2025
9b34d43
chore: Improve gramar: that
jsoref Sep 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix spelling: global
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Oct 1, 2025
commit eed7e070217bccba05499994318e11ae0da2ee2d
2 changes: 1 addition & 1 deletion workspaces/arborist/test/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,7 @@ t.test('virtual references to root node has devDep edges', async t => {
t.equal(virtualRoot.edgesOut.get('a').type, 'dev')
})

t.test('globaTop set for children of global link root target', async t => {
t.test('globalTop set for children of global link root target', async t => {
const root = new Link({
path: '/usr/local/lib',
realpath: '/data/lib',
Expand Down