client/server: re-add removed config test line, remove unnecessary import

pull/80/head
Max Leiter 4 years ago
parent 2ecf1b21ca
commit 5dabbbe64b
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -1,5 +1,4 @@
import styles from '@styles/Home.module.css'
import Header from '@components/header'
import PageSeo from '@components/page-seo'
import HomeComponent from '@components/home'
import { Page, Text } from '@geist-ui/core'

@ -13,6 +13,7 @@ describe("Config", () => {
expect(result).toHaveProperty("enable_admin")
expect(result).toHaveProperty("secret_key")
expect(result).toHaveProperty("registration_password")
expect(result).toHaveProperty("welcome_content")
expect(result).toHaveProperty("welcome_title")
})

Loading…
Cancel
Save