19lmyers / cse110-w21-group14

1 stars 2 forks source link

Fixing Up Pipeline #64

Closed garylli closed 3 years ago

garylli commented 3 years ago

Description:

19lmyers commented 3 years ago

Documentation is fixed by commenting out some errant code that wasn't being used. 55761dce8d69bf912ed487ac885729339ccb8ca4

19lmyers commented 3 years ago

Linting is (mostly) fixed by running ESLint's --fix option. ef9b42b905873a42a7ba7e0328dd2d14c68e302c

19lmyers commented 3 years ago

Cypress works! I believe we're in the clear to replace the example tests with our tests!

monmorera commented 3 years ago

Jest also works now!