Browse Source

Merge branch 'master' into force-external

gh-438-b
Rich Harris 9 years ago
parent
commit
9cfe87b8c7
  1. 2
      test/test.js

2
test/test.js

@ -45,6 +45,8 @@ function loadConfig ( path ) {
}
describe( 'rollup', function () {
this.timeout( 10000 );
describe( 'sanity checks', function () {
it( 'exists', function () {
assert.ok( !!rollup );

Loading…
Cancel
Save