File tree 20 files changed +119
-119
lines changed
20 files changed +119
-119
lines changed Original file line number Diff line number Diff line change 1
- * .js eol =lf
2
- * .jsx eol =lf
3
- * .json eol =lf
1
+ * .js text eol =lf
2
+ * .jsx text eol =lf
3
+ * .json text eol =lf
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import BlogPage from './index' ;
5
- it ( 'Blog-grid renders without crashing' , ( ) => {
6
- shallow ( < BlogPage /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import BlogPage from './index' ;
5
+ it ( 'Blog-grid renders without crashing' , ( ) => {
6
+ shallow ( < BlogPage /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import BlogList from './index' ;
5
- it ( 'Blog-list renders without crashing' , ( ) => {
6
- shallow ( < BlogList /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import BlogList from './index' ;
5
+ it ( 'Blog-list renders without crashing' , ( ) => {
6
+ shallow ( < BlogList /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import SeideBar from './index' ;
5
- it ( 'Blog-sidebar renders without crashing' , ( ) => {
6
- shallow ( < SeideBar /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import SeideBar from './index' ;
5
+ it ( 'Blog-sidebar renders without crashing' , ( ) => {
6
+ shallow ( < SeideBar /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import BlogSinglePage from './index' ;
5
- it ( 'Blog-single renders without crashing' , ( ) => {
6
- shallow ( < BlogSinglePage /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import BlogSinglePage from './index' ;
5
+ it ( 'Blog-single renders without crashing' , ( ) => {
6
+ shallow ( < BlogSinglePage /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
- import React from 'react' ;
2
- import { shallow } from 'enzyme' ;
3
- import EventSinglePage from './index' ;
4
- it ( 'Event-single renders without crashing' , ( ) => {
5
- shallow ( < EventSinglePage /> ) ;
6
- } ) ;
1
+ import React from 'react' ;
2
+ import { shallow } from 'enzyme' ;
3
+ import EventSinglePage from './index' ;
4
+ it ( 'Event-single renders without crashing' , ( ) => {
5
+ shallow ( < EventSinglePage /> ) ;
6
+ } ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import About from './index' ;
5
- it ( 'About renders without crashing' , ( ) => {
6
- shallow ( < About /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import About from './index' ;
5
+ it ( 'About renders without crashing' , ( ) => {
6
+ shallow ( < About /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import Contact from './index' ;
5
- it ( 'Contact renders without crashing' , ( ) => {
6
- shallow ( < Contact /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import Contact from './index' ;
5
+ it ( 'Contact renders without crashing' , ( ) => {
6
+ shallow ( < Contact /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import NewsPage from './index' ;
5
- it ( 'News-grid renders without crashing' , ( ) => {
6
- shallow ( < NewsPage /> ) ;
7
- } ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import NewsPage from './index' ;
5
+ it ( 'News-grid renders without crashing' , ( ) => {
6
+ shallow ( < NewsPage /> ) ;
7
+ } ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import NewsSinglePage from './index' ;
5
- it ( 'News-single renders without crashing' , ( ) => {
6
- shallow ( < NewsSinglePage /> ) ;
7
- } ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import NewsSinglePage from './index' ;
5
+ it ( 'News-single renders without crashing' , ( ) => {
6
+ shallow ( < NewsSinglePage /> ) ;
7
+ } ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import News from './index' ;
5
- it ( 'News renders without crashing' , ( ) => {
6
- shallow ( < News /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import News from './index' ;
5
+ it ( 'News renders without crashing' , ( ) => {
6
+ shallow ( < News /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import About from './index' ;
5
- it ( 'About renders without crashing' , ( ) => {
6
- shallow ( < About /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import About from './index' ;
5
+ it ( 'About renders without crashing' , ( ) => {
6
+ shallow ( < About /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import Counters from './index' ;
5
- it ( 'Counters renders without crashing' , ( ) => {
6
- shallow ( < Counters /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import Counters from './index' ;
5
+ it ( 'Counters renders without crashing' , ( ) => {
6
+ shallow ( < Counters /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import Faq from './index' ;
5
- it ( 'Faq renders without crashing' , ( ) => {
6
- shallow ( < Faq /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import Faq from './index' ;
5
+ it ( 'Faq renders without crashing' , ( ) => {
6
+ shallow ( < Faq /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import Footer from './index' ;
5
- it ( 'Footer renders without crashing' , ( ) => {
6
- shallow ( < Footer /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import Footer from './index' ;
5
+ it ( 'Footer renders without crashing' , ( ) => {
6
+ shallow ( < Footer /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import BannerDefault from './index' ;
5
- it ( 'Banner-default renders without crashing' , ( ) => {
6
- shallow ( < BannerDefault /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import BannerDefault from './index' ;
5
+ it ( 'Banner-default renders without crashing' , ( ) => {
6
+ shallow ( < BannerDefault /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import Partners from './index' ;
5
- it ( 'Integrations renders without crashing' , ( ) => {
6
- shallow ( < Partners /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import Partners from './index' ;
5
+ it ( 'Integrations renders without crashing' , ( ) => {
6
+ shallow ( < Partners /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import Projects from './index' ;
5
- it ( 'Integrations renders without crashing' , ( ) => {
6
- shallow ( < Projects /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import Projects from './index' ;
5
+ it ( 'Integrations renders without crashing' , ( ) => {
6
+ shallow ( < Projects /> ) ;
7
7
} ) ;
Original file line number Diff line number Diff line change 1
- import React from 'react' ;
2
- import { shallow } from 'enzyme' ;
3
- import BookSinglePage from './index' ;
4
- it ( 'Book-single renders without crashing' , ( ) => {
5
- shallow ( < BookSinglePage /> ) ;
6
- } ) ;
1
+ import React from 'react' ;
2
+ import { shallow } from 'enzyme' ;
3
+ import BookSinglePage from './index' ;
4
+ it ( 'Book-single renders without crashing' , ( ) => {
5
+ shallow ( < BookSinglePage /> ) ;
6
+ } ) ;
Original file line number Diff line number Diff line change 1
-
2
- import React from 'react' ;
3
- import { shallow } from 'enzyme' ;
4
- import Pricing from './index' ;
5
- it ( 'Pricing renders without crashing' , ( ) => {
6
- shallow ( < Pricing /> ) ;
1
+
2
+ import React from 'react' ;
3
+ import { shallow } from 'enzyme' ;
4
+ import Pricing from './index' ;
5
+ it ( 'Pricing renders without crashing' , ( ) => {
6
+ shallow ( < Pricing /> ) ;
7
7
} ) ;
You can’t perform that action at this time.
0 commit comments