From 4ef87a2aef3a38c6b04ab843a2cf80d8b8c5ad3d Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Mon, 22 Feb 2016 14:31:50 +0100 Subject: [PATCH] Add shell-foxx-response-spec.js --- js/server/tests/shell/shell-foxx-response-spec.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 js/server/tests/shell/shell-foxx-response-spec.js 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'); +});