Skip to content

Commit 2602094

Browse files
Update create-dependency-graph.spec.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent 519307e commit 2602094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-email/src/utils/preview/hot-reloading/create-dependency-graph.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ import {} from './file-b';
145145
});
146146

147147
it.sequential(
148-
'should not warn when dependency outside the directory is missing an index file',
148+
'does not warn when dependency outside the directory is missing an index file',
149149
async () => {
150150
const pathToOutsideDirectory = path.resolve(
151151
testingDiretctory,

0 commit comments

Comments
 (0)