Copy utils from cytube-common and remove dep
The `cytube-common` module was created as part of a now-defunct experiment and since then has just remained a crufty container for a few utils. Moved the utils to the main repo and removed the dependency.
This commit is contained in:
parent
e780e7dadb
commit
ff3ececc36
13 changed files with 358 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const loadFromToml = require('cytube-common/lib/configuration/configloader').loadFromToml;
|
||||
const loadFromToml = require('../../lib/configuration/configloader').loadFromToml;
|
||||
const path = require('path');
|
||||
|
||||
class IntegrationTestConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue