Skip to content

Commit

Permalink
Create Certification.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
thuyvy3110 authored Dec 16, 2019
1 parent 31f8fdc commit 6af294e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions views/components/__test__/Certification.spec.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import * as React from 'react'
import { mountWithTheme } from '~/utils/withThemeProviders'
import Certification from '~/views/components/Certification'

describe('About', () => {

it('should render without throwing an error', function () {
const wrap = mountWithTheme(<Certification />)
expect(wrap).toMatchSnapshot()
})

})

0 comments on commit 6af294e

Please sign in to comment.