Skip to content

Commit

Permalink
Clean up js files
Browse files Browse the repository at this point in the history
cleanup js file references

Convert missed coffee file

Cleanup js

Cleanup js

Clean up js files

Clean up js files

Clean up js files

Clean up js files
  • Loading branch information
jennifer-shehane authored and kuceb committed Dec 3, 2020
1 parent d2393e4 commit 13580a8
Show file tree
Hide file tree
Showing 38 changed files with 137 additions and 310 deletions.
10 changes: 5 additions & 5 deletions packages/server/__snapshots__/1_busted_support_file_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ exports['e2e busted support file passes 1'] = `
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 1.2.3 │
│ Browser: FooBrowser 88 │
│ Specs: 1 found (app_spec.coffee)
│ Specs: 1 found (app_spec.js)
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: app_spec.coffee (1 of 1)
Running: app_spec.js (1 of 1)
Oops...we found an error preparing this test file:
Expand Down Expand Up @@ -53,14 +53,14 @@ Fix the error in your code and re-run your tests.
│ Screenshots: 0 │
│ Video: true │
│ Duration: X seconds │
│ Spec Ran: app_spec.coffee
│ Spec Ran: app_spec.js
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Started processing: Compressing to 32 CRF
- Finished processing: /XXX/XXX/XXX/cypress/videos/app_spec.coffee.mp4 (X second)
- Finished processing: /XXX/XXX/XXX/cypress/videos/app_spec.js.mp4 (X second)
====================================================================================================
Expand All @@ -70,7 +70,7 @@ Fix the error in your code and re-run your tests.
Spec Tests Passing Failing Pending Skipped
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ✖ app_spec.coffee XX:XX - - 1 - - │
│ ✖ app_spec.js XX:XX - - 1 - - │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
✖ 1 of 1 failed (100%) XX:XX - - 1 - -
Expand Down
10 changes: 5 additions & 5 deletions packages/server/__snapshots__/3_new_project_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ exports['e2e new project passes 1'] = `
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 1.2.3 │
│ Browser: FooBrowser 88 │
│ Specs: 1 found (app_spec.coffee)
│ Specs: 1 found (app_spec.js)
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: app_spec.coffee (1 of 1)
Running: app_spec.js (1 of 1)
✓ is true
Expand All @@ -32,14 +32,14 @@ exports['e2e new project passes 1'] = `
│ Screenshots: 0 │
│ Video: true │
│ Duration: X seconds │
│ Spec Ran: app_spec.coffee
│ Spec Ran: app_spec.js
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Video)
- Started processing: Compressing to 32 CRF
- Finished processing: /XXX/XXX/XXX/cypress/videos/app_spec.coffee.mp4 (X second)
- Finished processing: /XXX/XXX/XXX/cypress/videos/app_spec.js.mp4 (X second)
====================================================================================================
Expand All @@ -49,7 +49,7 @@ exports['e2e new project passes 1'] = `
Spec Tests Passing Failing Pending Skipped
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ✔ app_spec.coffee XX:XX 1 1 - - - │
│ ✔ app_spec.js XX:XX 1 1 - - - │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
✔ All specs passed! XX:XX 1 1 - - -
Expand Down

0 comments on commit 13580a8

Please sign in to comment.