Skip to content

Commit

Permalink
get tests passing, see: truffle-box/drizzle-box#10
Browse files Browse the repository at this point in the history
  • Loading branch information
pemulis committed Mar 1, 2018
1 parent 0611a31 commit 191dccc
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
7 changes: 6 additions & 1 deletion build/contracts/ComplexStorage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
7 changes: 6 additions & 1 deletion build/contracts/Migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
7 changes: 6 additions & 1 deletion build/contracts/SimpleStorage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
7 changes: 6 additions & 1 deletion build/contracts/TutorialToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"src/**/*.{js,jsx}"
],
"setupFiles": [
"<rootDir>\\config\\polyfills.js"
"<rootDir>/config/polyfills.js"
],
"testPathIgnorePatterns": [
"<rootDir>[/\\\\](build|docs|node_modules)[/\\\\]"
Expand All @@ -82,8 +82,8 @@
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>\\config\\jest\\cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>\\config\\jest\\fileTransform.js"
"^.+/.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*/.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
Expand Down

0 comments on commit 191dccc

Please sign in to comment.