Browse Source

Merge pull request #17 from curran/master

Fix typo in tests
contingency-plan
Rich Harris 10 years ago
parent
commit
cd442b16c4
  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