From ec9d0fd278da22487b282bc8cbddca4959343095 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 16 Jan 2016 18:13:11 -0600 Subject: [PATCH] tests: Set up placeholder file for api test helpers --- test/helpers/api-v3-integration.helper.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/helpers/api-v3-integration.helper.js diff --git a/test/helpers/api-v3-integration.helper.js b/test/helpers/api-v3-integration.helper.js new file mode 100644 index 0000000000..a90aba70c0 --- /dev/null +++ b/test/helpers/api-v3-integration.helper.js @@ -0,0 +1 @@ +export * from './api-integration/v3';