Skip to content

Commit 09cfab3

Browse files
committed
add team to readme
1 parent b807d25 commit 09cfab3

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,31 @@
33
Spearmint helps developers easily create functional React tests without writing any code. It dynamically converts user inputs into executable Jest test code by using DOM query selectors provided by the react-testing-library.
44

55
## How to use
6-
Download spearmint @ spearmintjs.com. Available for Mac OS, Windows, and Linux. To run tests generated by spearmint install jest, jest-dom, react-testing-library, and test-data-bot in your dev dependencies.
6+
7+
Download spearmint @ spearmintjs.com. Available for Mac OS, Windows, and Linux. To run tests generated by spearmint install jest, jest-dom, react-testing-library, and test-data-bot in your dev dependencies.
78

89
npm i -D jest jest-dom @testing-library/react test-data-bot
910

1011
## How it works
12+
1113
1. On the initial screen, enter the URL of your project and load your React application to start creating tests.
12-
1314

1415
![](https://lh4.googleusercontent.com/CAFpoefRUUxgNosudQuc7gabSReFiI_puZ_WTjrzUSzB6pgOUdQ1babF2mxJql2lC8TQ-jjVLOgG5Qka8SUfF2fi-u2H9xSP7rZ_0Udpj-ISFPAY028UYKIUZcgOApnipVZwE7xh)
1516

1617
2. Utilize our auto-complete, drop-down options, and tooltips features to easily create arrangement, action, and assertion test statements.
17-
1818

1919
![](https://lh5.googleusercontent.com/5VYUlGG5VDdZxdZEh5aokuilhKRp8B5QyVmxvtW_abLYCAzYN-s-el1oV5WMtGuTzbEO2I6l8Ys_yK2gC0fCi8ISHwjh4LlgezsrPWd7mDEtLbPqBYf1J4pgkGmfIV4yq4I_dpQg)
2020

2121
3. Refer to the browser view of your app that is displayed on the right to quickly identify values for your selectors and use the file directory to open up a code editor view to easily refer to your codebase for props information.
22-
23-
4. Spearmint will then convert user input to dynamically generate a test file that will be saved inside a __tests__ folder, which you can use to run ‘npm test’ on.
24-
22+
23+
4. Spearmint will then convert user input to dynamically generate a test file that will be saved inside a **tests** folder, which you can use to run ‘npm test’ on.
2524

2625
![](https://lh4.googleusercontent.com/zE-ty31I22R7P9-ubFIb4ko6MOBb7r1-56cHX65h9AcF9IsE22RhPKMEdhyR0MJ3PbqNovj1uwxF2T5_klwZ2sWniXfCiXfaEysjQgH5NRskaDFNd-TOGce0oTMn2jPaPEGFHlEq)
26+
27+
## Team
28+
29+
> Alex [@apark0720](https://github.com/apark0720)  · 
30+
> Johnny [@johnny-lim](https://github.com/johnny-lim)  · 
31+
> Julie [@julicious100](https://github.com/julicious100)  · 
32+
> Natlyn [@natlynp](https://github.com/natlynp)  · 
33+
> Karen [@karenpinilla](https://github.com/karenpinilla)

src/containers/NavBar/__tests__/navBar.test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
test('renders the export file modal when the open new folder button is clicked', () => {});
22

3-
<<<<<<< HEAD
4-
test('renders the export file modal when the open new folder button is clicked', () => {
5-
});
6-
=======
73
test('loads new project when new project is selected from modal', () => {});
84

95
test('displays correct file name on project directory panel', () => {});
10-
>>>>>>> 9468b287d7e918c9d06987fc60e2b7b97dbb76c5
116

127
test('displays code view when code view button is clicked', () => {});
138

0 commit comments

Comments
 (0)