From d17b4ea221392feb3e61464a9dad5a0a37f54cf0 Mon Sep 17 00:00:00 2001 From: Jahred Hope Date: Tue, 2 Jul 2019 16:33:58 +1000 Subject: [PATCH] feat(SkuParams): Expose extractor to renderCallback (#383) --- jest.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index d7bad5178..5d13333be 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,4 @@ const path = require('path'); - module.exports = { setupFilesAfterEnv: [path.resolve(__dirname, 'test/utils/jestSetup.js')], testURL: 'http://localhost',