Skip to content

Commit

Permalink
test: return promise
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Nov 22, 2023
1 parent 8436c3d commit 0896791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/alias/test/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ test('i/am/a/file', (t) =>
test('Windows absolute path aliasing', (t) => {
if (!isWindows) {
t.deepEqual(1, 1);
return;
return null;
}

resolveAliasWithRollup(
return resolveAliasWithRollup(
{
entries: [
{
Expand Down

0 comments on commit 0896791

Please sign in to comment.