Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit f4787d1

Browse files
committed
test: fix tests
1 parent 1c92936 commit f4787d1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/Tippy.test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -511,13 +511,6 @@ describe('Tippy.propTypes', () => {
511511
process.env.NODE_ENV = originalEnv;
512512
});
513513

514-
test('is defined if NODE_ENV=development', () => {
515-
process.env.NODE_ENV = 'development';
516-
517-
const TippyGenerator = require('../src/Tippy').default;
518-
expect(TippyGenerator().propTypes).toBeDefined();
519-
});
520-
521514
test('is undefined if NODE_ENV=production', () => {
522515
process.env.NODE_ENV = 'production';
523516

0 commit comments

Comments
 (0)