Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
db4d7c0
Install NPM and Jest to being testing JavaScript
ethanimooney Jul 22, 2020
92cf408
Merge branch 'ethan-dev' of https://github.com/googleinterns/SmallCit…
ethanimooney Jul 22, 2020
8524b51
Merge branch 'master' of https://github.com/googleinterns/SmallCity i…
ethanimooney Jul 23, 2020
c73d6d1
Merge branch 'master' of https://github.com/googleinterns/SmallCity i…
ethanimooney Jul 23, 2020
e9be8a9
Add initial pagination tests
ethanimooney Jul 24, 2020
7eee96a
Merge in master and fix conflicts
ethanimooney Jul 27, 2020
5504074
Merge branch 'master' of https://github.com/googleinterns/SmallCity i…
ethanimooney Jul 28, 2020
ca8bd2f
Address comments
ethanimooney Jul 28, 2020
b097332
Merge branch 'master' of https://github.com/googleinterns/SmallCity i…
ethanimooney Jul 30, 2020
9a35056
Merge branch 'master' of https://github.com/googleinterns/SmallCity i…
ethanimooney Jul 30, 2020
ee683d2
Merge branch 'master' of https://github.com/googleinterns/SmallCity i…
ethanimooney Aug 6, 2020
cfff63a
Merge branch 'master' of https://github.com/googleinterns/SmallCity i…
ethanimooney Aug 6, 2020
007f42c
Refactor paginationScript.js to separate DOM manipulation from math, …
ethanimooney Aug 6, 2020
b950365
Move tests to individual test blocks
ethanimooney Aug 7, 2020
f22215d
Remove extra comments
ethanimooney Aug 7, 2020
b3de582
Fix wrong numbers for currentFirstCardIndex
ethanimooney Aug 7, 2020
74b4783
Fix spelling error
ethanimooney Aug 7, 2020
d96daaa
Fix another spelling error
ethanimooney Aug 7, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target/
.idea
env
node_modules/
env
Loading