Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8aebe83

Browse files
committed
fix(test): env var missing
1 parent 41cf118 commit 8aebe83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/code/env.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { pub, nextJS } from '@/lib/env';
33
test('Environment variables should exist', async () => {
44
// NextJS configs
55
expect(nextJS.GENERATE_SOURCEMAP).toBeDefined();
6-
expect(nextJS.NEXT_NODE_ENV).toBeDefined();
76

87
// public envs
98
expect(pub.SITE_URL_PROD).toBeDefined();

0 commit comments

Comments
 (0)