Skip to content

Commit

Permalink
test: Add issues #60, #63 reproducing test
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Aug 14, 2018
1 parent c37b6f1 commit 8e83ff9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/spec.js
Expand Up @@ -200,5 +200,13 @@ module.exports = [
module: 'default-entry',
exports: 'default-entry'
}
},
{
name: 'handle no init AssignmentExpression (#60, #63)',
code: 'var foo; \nexport default "default-entry"',
expected: {
module: 'default-entry',
exports: 'default-entry'
}
}
]

0 comments on commit 8e83ff9

Please sign in to comment.