Browse Source

Merge branch 'master' of https://github.com/rollup/rollup

contingency-plan
Rich-Harris 10 years ago
parent
commit
4db00acc6d
  1. 2
      test/function/custom-path-resolver-async/_config.js

2
test/function/custom-path-resolver-async/_config.js

@ -1,7 +1,7 @@
var assert = require( 'assert' );
module.exports = {
description: 'uses a custom path resolver (synchronous)',
description: 'uses a custom path resolver (asynchronous)',
options: {
resolvePath: function ( importee, importer ) {
var Promise = require( 'sander' ).Promise;

Loading…
Cancel
Save