Skip to content

Commit

Permalink
test: add integration test for namespace exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Aug 3, 2020
1 parent 0ebf4df commit b39ef9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/babel/pages/index.js
@@ -1,5 +1,5 @@
// This page is written in flowtype to test Babel's functionality
import * as React from 'react'
import * as React from '../test/namespace-exported-react'

type Props = {}

Expand Down
1 change: 1 addition & 0 deletions test/integration/babel/test/namespace-exported-react.js
@@ -0,0 +1 @@
export * as React from 'react'

0 comments on commit b39ef9a

Please sign in to comment.