Rework config.js to not be add to web pack.

This commit is contained in:
Arthur Britto
2012-11-07 16:03:39 -08:00
committed by Stefan Thomas
parent c67fed248e
commit 9b01b0a60a
4 changed files with 13 additions and 12 deletions

View File

@@ -8,6 +8,8 @@ var amount = require("../src/js/amount.js");
var Amount = require("../src/js/amount.js").Amount;
var UInt160 = require("../src/js/amount.js").UInt160;
require("../src/js/amount.js").config = require("./config.js");
var config = require('./config.js');
buster.testCase("Amount", {