import from Fuelly complete

This commit is contained in:
Akhil Gupta
2021-06-27 11:04:58 +05:30
parent 5f96345828
commit f851a2dc19
10 changed files with 247 additions and 22 deletions

View File

@@ -0,0 +1,7 @@
import Import from './import'
describe('@views/import', () => {
it('is a valid view', () => {
expect(Import).toBeAViewComponent()
})
})