Skip to content

Commit

Permalink
GPII-2307: Removed original cwd workaround and the workaround for t…
Browse files Browse the repository at this point in the history
…he problems that caused.
  • Loading branch information
the-t-in-rtf committed Jun 27, 2017
1 parent 017d88f commit 1dc0f9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testem.js
Expand Up @@ -17,8 +17,6 @@ require("../");

fluid.require("%gpii-testem");

var universalRoot = fluid.module.resolvePath("%universal");

fluid.registerNamespace("gpii.tests.universal.testem");

gpii.tests.universal.testem.getTestemOptions = function (that) {
Expand All @@ -40,8 +38,6 @@ fluid.defaults("gpii.tests.universal.testem", {
}
},
testemOptions: {
"cwd": universalRoot,
"unsafe_file_serving": true, // Required to allow browser tests to pass in Windows.
"routes": {
"/gpii": "instrumented/universal/gpii"
}
Expand Down

0 comments on commit 1dc0f9c

Please sign in to comment.