UNPKG
structor-templates
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Material-UI template for structor
github.com/Fi1osof/structor-templates
Fi1osof/structor-templates
structor-templates
/
components
/
MainLayout
/
tests
/
index.test.js
12 lines
(9 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// import MainLayout from '../index';
import
expect
from
"expect"
;
// import { shallow } from 'enzyme';
// import React from 'react';
describe
(
"<MainLayout />"
,
() =>
{
it
(
"Expect to have unit tests specified"
,
() =>
{
expect
(
true
).
toEqual
(
false
); }); });