mirror of https://github.com/lukechilds/rollup.git
Rich Harris
9 years ago
12 changed files with 103 additions and 83 deletions
@ -1,4 +0,0 @@ |
|||||
module.exports = { |
|
||||
description: 'default resolver imports from a subdirectory of an external module', |
|
||||
babel: true |
|
||||
}; |
|
@ -1,5 +0,0 @@ |
|||||
// this test is brittle, it relies on this dependency continuing
|
|
||||
// to be structured in a certain way
|
|
||||
import btoa from 'magic-string/src/utils/btoa'; |
|
||||
|
|
||||
assert.equal( btoa( 'it works' ), new Buffer( 'it works' ).toString( 'base64' ) ); |
|
Loading…
Reference in new issue