Some example tests should be enabled by default :)
This commit is contained in:
@@ -13,7 +13,7 @@ export type Test = {
|
||||
export const tests = writable<Test[]>([
|
||||
{
|
||||
id: Math.random().toString(36).slice(2),
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
chance: 0.5,
|
||||
title: 'Test 1',
|
||||
body: 'This is the body of test 1',
|
||||
@@ -21,7 +21,7 @@ export const tests = writable<Test[]>([
|
||||
},
|
||||
{
|
||||
id: Math.random().toString(36).slice(2),
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
chance: 0.5,
|
||||
title: 'Test 2',
|
||||
body: 'This is the body of test 2',
|
||||
|
||||
Reference in New Issue
Block a user