Skip to content

Commit

Permalink
Refreshing line endings
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil-Ladha <[email protected]>
  • Loading branch information
Nikhil-Ladha committed Jun 1, 2022
1 parent 2b8e93b commit f91c2ea
Show file tree
Hide file tree
Showing 20 changed files with 119 additions and 119 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.js eol=lf
*.jsx eol=lf
*.json eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.json text eol=lf
12 changes: 6 additions & 6 deletions src/sections/Blog/Blog-grid/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import BlogPage from './index';
it('Blog-grid renders without crashing', () => {
shallow(<BlogPage />);

import React from 'react';
import { shallow } from 'enzyme';
import BlogPage from './index';
it('Blog-grid renders without crashing', () => {
shallow(<BlogPage />);
});
12 changes: 6 additions & 6 deletions src/sections/Blog/Blog-list/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import BlogList from './index';
it('Blog-list renders without crashing', () => {
shallow(<BlogList />);

import React from 'react';
import { shallow } from 'enzyme';
import BlogList from './index';
it('Blog-list renders without crashing', () => {
shallow(<BlogList />);
});
12 changes: 6 additions & 6 deletions src/sections/Blog/Blog-sidebar/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import SeideBar from './index';
it('Blog-sidebar renders without crashing', () => {
shallow(<SeideBar />);

import React from 'react';
import { shallow } from 'enzyme';
import SeideBar from './index';
it('Blog-sidebar renders without crashing', () => {
shallow(<SeideBar />);
});
12 changes: 6 additions & 6 deletions src/sections/Blog/Blog-single/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import BlogSinglePage from './index';
it('Blog-single renders without crashing', () => {
shallow(<BlogSinglePage />);

import React from 'react';
import { shallow } from 'enzyme';
import BlogSinglePage from './index';
it('Blog-single renders without crashing', () => {
shallow(<BlogSinglePage />);
});
12 changes: 6 additions & 6 deletions src/sections/Community/Event-single/index.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { shallow } from 'enzyme';
import EventSinglePage from './index';
it('Event-single renders without crashing', () => {
shallow(<EventSinglePage />);
});
import React from 'react';
import { shallow } from 'enzyme';
import EventSinglePage from './index';
it('Event-single renders without crashing', () => {
shallow(<EventSinglePage />);
});
12 changes: 6 additions & 6 deletions src/sections/Company/About/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import About from './index';
it('About renders without crashing', () => {
shallow(<About />);

import React from 'react';
import { shallow } from 'enzyme';
import About from './index';
it('About renders without crashing', () => {
shallow(<About />);
});
12 changes: 6 additions & 6 deletions src/sections/Company/Contact/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import Contact from './index';
it('Contact renders without crashing', () => {
shallow(<Contact />);

import React from 'react';
import { shallow } from 'enzyme';
import Contact from './index';
it('Contact renders without crashing', () => {
shallow(<Contact />);
});
14 changes: 7 additions & 7 deletions src/sections/Company/News-grid/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import NewsPage from './index';
it('News-grid renders without crashing', () => {
shallow(<NewsPage />);
});

import React from 'react';
import { shallow } from 'enzyme';
import NewsPage from './index';
it('News-grid renders without crashing', () => {
shallow(<NewsPage />);
});
14 changes: 7 additions & 7 deletions src/sections/Company/News-single/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import NewsSinglePage from './index';
it('News-single renders without crashing', () => {
shallow(<NewsSinglePage />);
});

import React from 'react';
import { shallow } from 'enzyme';
import NewsSinglePage from './index';
it('News-single renders without crashing', () => {
shallow(<NewsSinglePage />);
});
12 changes: 6 additions & 6 deletions src/sections/Company/News/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import News from './index';
it('News renders without crashing', () => {
shallow(<News />);

import React from 'react';
import { shallow } from 'enzyme';
import News from './index';
it('News renders without crashing', () => {
shallow(<News />);
});
12 changes: 6 additions & 6 deletions src/sections/Company/WhoWeAre/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import About from './index';
it('About renders without crashing', () => {
shallow(<About />);

import React from 'react';
import { shallow } from 'enzyme';
import About from './index';
it('About renders without crashing', () => {
shallow(<About />);
});
12 changes: 6 additions & 6 deletions src/sections/Counters/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import Counters from './index';
it('Counters renders without crashing', () => {
shallow(<Counters />);

import React from 'react';
import { shallow } from 'enzyme';
import Counters from './index';
it('Counters renders without crashing', () => {
shallow(<Counters />);
});
12 changes: 6 additions & 6 deletions src/sections/General/Faq/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import Faq from './index';
it('Faq renders without crashing', () => {
shallow(<Faq />);

import React from 'react';
import { shallow } from 'enzyme';
import Faq from './index';
it('Faq renders without crashing', () => {
shallow(<Faq />);
});
12 changes: 6 additions & 6 deletions src/sections/General/Footer/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import Footer from './index';
it('Footer renders without crashing', () => {
shallow(<Footer />);

import React from 'react';
import { shallow } from 'enzyme';
import Footer from './index';
it('Footer renders without crashing', () => {
shallow(<Footer />);
});
12 changes: 6 additions & 6 deletions src/sections/Home/Layer5-statement/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import BannerDefault from './index';
it('Banner-default renders without crashing', () => {
shallow(<BannerDefault />);

import React from 'react';
import { shallow } from 'enzyme';
import BannerDefault from './index';
it('Banner-default renders without crashing', () => {
shallow(<BannerDefault />);
});
12 changes: 6 additions & 6 deletions src/sections/Home/Partners-home/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import Partners from './index';
it('Integrations renders without crashing', () => {
shallow(<Partners />);

import React from 'react';
import { shallow } from 'enzyme';
import Partners from './index';
it('Integrations renders without crashing', () => {
shallow(<Partners />);
});
12 changes: 6 additions & 6 deletions src/sections/Home/Projects-home/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import Projects from './index';
it('Integrations renders without crashing', () => {
shallow(<Projects />);

import React from 'react';
import { shallow } from 'enzyme';
import Projects from './index';
it('Integrations renders without crashing', () => {
shallow(<Projects />);
});
12 changes: 6 additions & 6 deletions src/sections/Learn/Book-single/index.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { shallow } from 'enzyme';
import BookSinglePage from './index';
it('Book-single renders without crashing', () => {
shallow(<BookSinglePage />);
});
import React from 'react';
import { shallow } from 'enzyme';
import BookSinglePage from './index';
it('Book-single renders without crashing', () => {
shallow(<BookSinglePage />);
});
12 changes: 6 additions & 6 deletions src/sections/Meshery/Features-Col/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import Pricing from './index';
it('Pricing renders without crashing', () => {
shallow(<Pricing />);

import React from 'react';
import { shallow } from 'enzyme';
import Pricing from './index';
it('Pricing renders without crashing', () => {
shallow(<Pricing />);
});

0 comments on commit f91c2ea

Please sign in to comment.