Skip to content

Commit

Permalink
Move ClientEmbed tests into components/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Colley committed May 11, 2020
1 parent d77a142 commit 76dc970
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import renderer from 'react-test-renderer'
import { ClientEmbed as subject } from '../components/ClientEmbed'
import { ClientEmbed as subject } from '../../components/ClientEmbed'

const data = {
id: 'TEST',
Expand Down

0 comments on commit 76dc970

Please sign in to comment.