dwyl / learn-offline-first

:floppy_disk: You won't always have access to the internet ... Learn how to build web apps that can be used offline!
GNU General Public License v2.0
10 stars 1 forks source link

Adds tests for localStorage and splits the tests into two files #16

Closed finnhodgkin closed 7 years ago

finnhodgkin commented 7 years ago

Combines the node-localStorage with JSDOM to test the front end localStorage functionality.

Also fixes some issues with conflicting global variables.

13 #15