Skip to content

Commit

Permalink
#748 GitHub Actions: JS unit testi:
Browse files Browse the repository at this point in the history
- testing .ts
  • Loading branch information
SneakyTurtlle committed Nov 17, 2023
1 parent 70c1d30 commit d45b6fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vue/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ class Store {
}
}

export { Store };
export { Store };

function addNumbers() {

Check failure on line 33 in vue/store.ts

View workflow job for this annotation

GitHub Actions / build

'addNumbers' is defined but never used

Check failure on line 33 in vue/store.ts

View workflow job for this annotation

GitHub Actions / Code coverage

'addNumbers' is defined but never used

Check failure on line 33 in vue/store.ts

View workflow job for this annotation

GitHub Actions / Code coverage

'addNumbers' is defined but never used
return 4;
}

Check failure on line 35 in vue/store.ts

View workflow job for this annotation

GitHub Actions / build

Newline required at end of file but not found

Check failure on line 35 in vue/store.ts

View workflow job for this annotation

GitHub Actions / Code coverage

Newline required at end of file but not found

Check failure on line 35 in vue/store.ts

View workflow job for this annotation

GitHub Actions / Code coverage

Newline required at end of file but not found

0 comments on commit d45b6fa

Please sign in to comment.