deps: bump to barracks 8
This commit is contained in:
@@ -25,7 +25,7 @@ test('freeze (default)', function (t) {
|
||||
|
||||
test('noFreeze', function (t) {
|
||||
t.plan(2)
|
||||
const app = choo({noFreeze: true})
|
||||
const app = choo({freeze: false})
|
||||
|
||||
app.model({
|
||||
state: {
|
||||
|
||||
Reference in New Issue
Block a user