Skip to content

Commit 14c0717

Browse files
authored
add cypress badge
1 parent cc4e354 commit 14c0717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Cypress Tests](https://github.com/AmeliaES/javaScriptCalculator/actions/workflows/cypress.yml/badge.svg)](https://github.com/AmeliaES/javaScriptCalculator/actions/workflows/cypress.yml)
12
# Create a simple calculator in JavaScript
23

34
## Define what buttons the user can click on and what each button does
@@ -81,4 +82,4 @@ eg. when writing the following, and leaving them empty like this, they show as p
8182
it('checks the operator buttons contain the correct operators', () => {
8283
8384
})
84-
```
85+
```

0 commit comments

Comments
 (0)