Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
should test with src and not compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Jun 9, 2015
1 parent e18a8de commit f3cc8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_adapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Adapter for "promises-aplus-tests" test runner

var path = require("path");
var Promise = require(path.join(__dirname,"/npo.js"));
var Promise = require(path.join(__dirname,"lib","npo.src.js"));

module.exports.deferred = function __deferred__() {
var o = {};
Expand Down

0 comments on commit f3cc8e8

Please sign in to comment.