start refactoring

This commit is contained in:
Kevin Jahns
2018-10-22 12:23:35 +02:00
parent 4c01a34d09
commit dece14486c
46 changed files with 1127 additions and 2411 deletions

View File

@@ -1,5 +1,5 @@
import { test } from '../node_modules/cutest/cutest.js'
import simpleDiff from '../src/Util/simpleDiff.js'
import simpleDiff from '../lib/simpleDiff.js'
import Chance from 'chance'
function runDiffTest (t, a, b, expected) {

View File

@@ -1,4 +1,4 @@
import RedBlackTree from '../src/Util/Tree.js'
import RedBlackTree from '../lib/Tree.js'
import ID from '../src/Util/ID/ID.js'
import Chance from 'chance'
import { test, proxyConsole } from 'cutest'