client/server: re-add removed config test line, remove unnecessary import
This commit is contained in:
parent
2ecf1b21ca
commit
5dabbbe64b
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
import styles from '@styles/Home.module.css'
|
import styles from '@styles/Home.module.css'
|
||||||
import Header from '@components/header'
|
|
||||||
import PageSeo from '@components/page-seo'
|
import PageSeo from '@components/page-seo'
|
||||||
import HomeComponent from '@components/home'
|
import HomeComponent from '@components/home'
|
||||||
import { Page, Text } from '@geist-ui/core'
|
import { Page, Text } from '@geist-ui/core'
|
||||||
|
|
|
@ -13,6 +13,7 @@ describe("Config", () => {
|
||||||
expect(result).toHaveProperty("enable_admin")
|
expect(result).toHaveProperty("enable_admin")
|
||||||
expect(result).toHaveProperty("secret_key")
|
expect(result).toHaveProperty("secret_key")
|
||||||
expect(result).toHaveProperty("registration_password")
|
expect(result).toHaveProperty("registration_password")
|
||||||
|
expect(result).toHaveProperty("welcome_content")
|
||||||
expect(result).toHaveProperty("welcome_title")
|
expect(result).toHaveProperty("welcome_title")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue