diff --git a/js/server/tests/shell/shell-foxx-response-spec.js b/js/server/tests/shell/shell-foxx-response-spec.js new file mode 100644 index 0000000000..4d7343d13b --- /dev/null +++ b/js/server/tests/shell/shell-foxx-response-spec.js @@ -0,0 +1,6 @@ +/*global describe, it */ +'use strict'; + +describe('SyntheticRequest', function () { + it('TODO'); +});