Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing branch #4

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0d76f66
Added Default values to the set methods to avoid breaks
Jan 21, 2021
021b326
Updated some of my changes
Jan 21, 2021
3d33683
commented out functions that were not currenty in use.
AlexandraDonchenko Jan 21, 2021
c729ad5
correcting regex
AlexandraDonchenko Jan 21, 2021
777dbe2
Final changes
Jan 21, 2021
b6dd57e
Update metronome.js
Jan 21, 2021
9d364a8
Update metronome.js
Jan 21, 2021
423a898
Merge pull request #2 from AlexandraDonchenko/Refractor/Matthieu
AlexandraDonchenko Jan 21, 2021
6e8fbe9
Merge branch 'main' into simple-beats/refactor
AlexandraDonchenko Jan 21, 2021
1e80470
Merge pull request #1 from AlexandraDonchenko/simple-beats/refactor
AlexandraDonchenko Jan 21, 2021
3295280
webpack.config file update point of entry module rules.
AlexandraDonchenko Jan 21, 2021
ca898ad
create ts.config file
AlexandraDonchenko Jan 21, 2021
68a0ec4
app refactored to typescript
AlexandraDonchenko Jan 22, 2021
269b447
branch
AlexandraDonchenko Jan 22, 2021
6239eb5
conficts solved
AlexandraDonchenko Jan 22, 2021
3d97e00
Update index.js
Jan 22, 2021
6c2617d
Update metronome.ts
Jan 22, 2021
a5e91a8
No serious changes
Jan 22, 2021
66aaeed
Finished enviroment.
Jan 22, 2021
3547ddb
Merge pull request #5 from AlexandraDonchenko/Front-end/EnviromentSetup
AlexandraDonchenko Jan 22, 2021
128617a
started testing file
AlexandraDonchenko Jan 22, 2021
64d1b0f
Merge pull request #6 from AlexandraDonchenko/testing/set-up-test-env-2
AlexandraDonchenko Jan 22, 2021
c77c82e
Update metronome.ts
Jan 22, 2021
b70f183
Merge branch 'main' of https://github.com/AlexandraDonchenko/simple-b…
Jan 22, 2021
bd8aa02
jsdom required and setted up
AlexandraDonchenko Jan 22, 2021
788c125
Merge pull request #7 from AlexandraDonchenko/testing/set-up-test-env-2
AlexandraDonchenko Jan 22, 2021
66e9811
Setup Testing enviroment
Jan 22, 2021
2a4f5f1
Merge pull request #8 from AlexandraDonchenko/testing/set-up-test-env-2
Jan 22, 2021
734d9f3
Finished inirtial test suite
Jan 22, 2021
8a97800
Update metronome.test.js
Jan 23, 2021
75920d5
Declared private variable for _pushNote
Jan 23, 2021
ead7979
Fixed test
Jan 23, 2021
e8ef715
finshed\
Jan 25, 2021
26634b4
nodemodules
Jan 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .DS_Store
Binary file not shown.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
Loading