Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cf118 commit 8aebe83Copy full SHA for 8aebe83
test/code/env.test.ts
@@ -3,7 +3,6 @@ import { pub, nextJS } from '@/lib/env';
3
test('Environment variables should exist', async () => {
4
// NextJS configs
5
expect(nextJS.GENERATE_SOURCEMAP).toBeDefined();
6
- expect(nextJS.NEXT_NODE_ENV).toBeDefined();
7
8
// public envs
9
expect(pub.SITE_URL_PROD).toBeDefined();
0 commit comments