Skip to content

Commit

Permalink
Update dev-env mock
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Mar 8, 2024
1 parent 78788eb commit 5bddb62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/dev-env/src/mock/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ export async function generateMockSetup(env: TestNetwork) {
identifier: 'rude',
blurs: 'content',
severity: 'alert',
defaultSetting: 'warn',
adultOnly: true,
locales: [
{
lang: 'en',
Expand All @@ -397,6 +399,7 @@ export async function generateMockSetup(env: TestNetwork) {
identifier: 'spam',
blurs: 'content',
severity: 'inform',
defaultSetting: 'hide',
locales: [
{
lang: 'en',
Expand All @@ -410,6 +413,7 @@ export async function generateMockSetup(env: TestNetwork) {
identifier: 'spider',
blurs: 'media',
severity: 'alert',
defaultSetting: 'warn',
locales: [
{
lang: 'en',
Expand All @@ -422,6 +426,7 @@ export async function generateMockSetup(env: TestNetwork) {
identifier: 'cool',
blurs: 'none',
severity: 'inform',
defaultSetting: 'warn',
locales: [
{
lang: 'en',
Expand All @@ -434,6 +439,7 @@ export async function generateMockSetup(env: TestNetwork) {
identifier: 'curate',
blurs: 'none',
severity: 'none',
defaultSetting: 'warn',
locales: [
{
lang: 'en',
Expand Down

0 comments on commit 5bddb62

Please sign in to comment.