Skip to content

Commit

Permalink
#748 GitHub Actions: JS unit testi:
Browse files Browse the repository at this point in the history
- removed console.log('Hello'); from .ts file
  • Loading branch information
SneakyTurtlle committed Nov 17, 2023
1 parent fa4db3b commit 70c1d30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vue/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ class Store {
}
}

export { Store };

console.log('Hello');
export { Store };

Check failure on line 31 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 31 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 31 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 70c1d30

Please sign in to comment.