From 191dccc5ec278aa422d62d7f0d59eab60a4339c5 Mon Sep 17 00:00:00 2001 From: John Shutt Date: Thu, 1 Mar 2018 14:09:59 -0800 Subject: [PATCH] get tests passing, see: https://github.com/truffle-box/drizzle-box/issues/10 --- build/contracts/ComplexStorage.json | 7 ++++++- build/contracts/Migrations.json | 7 ++++++- build/contracts/SimpleStorage.json | 7 ++++++- build/contracts/TutorialToken.json | 7 ++++++- package.json | 6 +++--- 5 files changed, 27 insertions(+), 7 deletions(-) diff --git a/build/contracts/ComplexStorage.json b/build/contracts/ComplexStorage.json index 4aa86c9..88c76cf 100644 --- a/build/contracts/ComplexStorage.json +++ b/build/contracts/ComplexStorage.json @@ -2089,8 +2089,13 @@ "events": {}, "links": {}, "address": "0x3a24473e43b2182edac7f6d2ae252073d5706179" + }, + "1519940802404": { + "events": {}, + "links": {}, + "address": "0xce130780834d2f200f74c24aa04a0e683a604471" } }, "schemaVersion": "1.0.1", - "updatedAt": "2018-03-01T20:35:03.013Z" + "updatedAt": "2018-03-01T21:49:36.587Z" } \ No newline at end of file diff --git a/build/contracts/Migrations.json b/build/contracts/Migrations.json index 2777565..beaba29 100644 --- a/build/contracts/Migrations.json +++ b/build/contracts/Migrations.json @@ -820,8 +820,13 @@ "events": {}, "links": {}, "address": "0xb8d50a20acf962934f963fe203b3a9648d5fdb47" + }, + "1519940802404": { + "events": {}, + "links": {}, + "address": "0xa4831547be37873ba7c65e8c0380578442e7bce2" } }, "schemaVersion": "1.0.1", - "updatedAt": "2018-03-01T20:35:03.015Z" + "updatedAt": "2018-03-01T21:49:36.588Z" } \ No newline at end of file diff --git a/build/contracts/SimpleStorage.json b/build/contracts/SimpleStorage.json index e3ee73b..7705f34 100644 --- a/build/contracts/SimpleStorage.json +++ b/build/contracts/SimpleStorage.json @@ -365,8 +365,13 @@ "events": {}, "links": {}, "address": "0x8d85e93eb2f4bb376c114379240000a8568228b7" + }, + "1519940802404": { + "events": {}, + "links": {}, + "address": "0x65e06a1ffba1607b97f1c91ae3709d871ddedc76" } }, "schemaVersion": "1.0.1", - "updatedAt": "2018-03-01T20:35:03.010Z" + "updatedAt": "2018-03-01T21:49:36.584Z" } \ No newline at end of file diff --git a/build/contracts/TutorialToken.json b/build/contracts/TutorialToken.json index 9a1ea04..c7d9786 100644 --- a/build/contracts/TutorialToken.json +++ b/build/contracts/TutorialToken.json @@ -757,8 +757,13 @@ "events": {}, "links": {}, "address": "0x4b0412ec135df3d9a5212813c7df5c140bd735a3" + }, + "1519940802404": { + "events": {}, + "links": {}, + "address": "0x02f55db529c150392d61dab91e87aa879655ec6d" } }, "schemaVersion": "1.0.1", - "updatedAt": "2018-03-01T20:35:03.011Z" + "updatedAt": "2018-03-01T21:49:36.585Z" } \ No newline at end of file diff --git a/package.json b/package.json index 0a53f6e..037cb3c 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "src/**/*.{js,jsx}" ], "setupFiles": [ - "\\config\\polyfills.js" + "/config/polyfills.js" ], "testPathIgnorePatterns": [ "[/\\\\](build|docs|node_modules)[/\\\\]" @@ -82,8 +82,8 @@ "testURL": "http://localhost", "transform": { "^.+\\.(js|jsx)$": "/node_modules/babel-jest", - "^.+\\.css$": "\\config\\jest\\cssTransform.js", - "^(?!.*\\.(js|jsx|css|json)$)": "\\config\\jest\\fileTransform.js" + "^.+/.css$": "/config/jest/cssTransform.js", + "^(?!.*/.(js|jsx|css|json)$)": "/config/jest/fileTransform.js" }, "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"