mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
Re-enable majority of tests
Change-type: patch Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
parent
7dad63b470
commit
5e5ff05b4f
@ -115,7 +115,13 @@ describe 'Config', ->
|
||||
constants.hostOSVersionPath = oldPath
|
||||
expect(osVariant).to.be.undefined
|
||||
|
||||
describe.only 'Function config providers', ->
|
||||
describe 'Function config providers', ->
|
||||
before ->
|
||||
prepare()
|
||||
@db = new DB()
|
||||
@conf = new Config({ @db })
|
||||
@initialization = @db.init().then =>
|
||||
@conf.init()
|
||||
it 'should allow setting of mutable function config options', ->
|
||||
@conf.set({ logsChannelSecret: 'test' })
|
||||
.then =>
|
||||
|
Loading…
Reference in New Issue
Block a user