mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
Configured unit test webpack build to work
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CONSTANTS } from "../src/Constants";
|
||||
import { Order } from "../src/StockMarket/Order";
|
||||
// import { processOrders } from "../src/StockMarket/OrderProcessing";
|
||||
import { processOrders } from "../src/StockMarket/OrderProcessing";
|
||||
import { Stock } from "../src/StockMarket/Stock";
|
||||
import {
|
||||
deleteStockMarket,
|
||||
@@ -157,8 +157,6 @@ describe("Stock Market Tests", function() {
|
||||
});
|
||||
});
|
||||
|
||||
/*
|
||||
// TODO These tests fail due to circular dependency errors
|
||||
describe("StockMarket object", function() {
|
||||
describe("Initialization", function() {
|
||||
// Keeps track of initialized stocks. Contains their symbols
|
||||
@@ -219,7 +217,6 @@ describe("Stock Market Tests", function() {
|
||||
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
||||
describe("Transaction Cost Calculator Functions", function() {
|
||||
describe("getBuyTransactionCost()", function() {
|
||||
|
||||
Reference in New Issue
Block a user