add jest and enzyme testing dependencies and update infrastructure configuration to make testing work

This commit is contained in:
John Mitchell
2018-10-24 16:50:08 -04:00
parent 311346b77b
commit a76ac805f2
5 changed files with 45 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
const webpack = require('webpack');
const TARGET_PORT = 8043;
const TARGET = `https://localhost:${TARGET_PORT}`;