Skip to content

Commit

Permalink
fix: NODE_ENV does not exist and expect is declared but its value is …
Browse files Browse the repository at this point in the history
…never read in check build
  • Loading branch information
adguernier committed Mar 27, 2024
1 parent bdeaee8 commit 76e4c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
declare var process: {
env: {
ENTRYPOINT: string;
NODE_ENV: string;
};
};
2 changes: 1 addition & 1 deletion src/stories/Basic.stories.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Meta, StoryObj } from '@storybook/react';
import { expect, within } from '@storybook/test';
import { within } from '@storybook/test';
import Basic from './Basic';

const meta = {
Expand Down

0 comments on commit 76e4c20

Please sign in to comment.