Skip to content

Commit

Permalink
Merge pull request #16 from atuttle/patch-1
Browse files Browse the repository at this point in the history
Resolve #15, add /tests mapping to test harness
  • Loading branch information
ryanguill authored Oct 25, 2016
2 parents 240a0e8 + 6143f9a commit 50972bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ component skip="true" {
this.name = "emit-tests";

this.mappings["/lib"] = expandPath("../lib");
}
this.mappings["/tests"] = expandPath("./");
}

0 comments on commit 50972bb

Please sign in to comment.