cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

fix local tests #779

Closed yuliswe closed 7 years ago

yuliswe commented 7 years ago

fake-indexeddb 2.0.3 uses a clone algorithm library call realistic-structured-clone https://github.com/dumbmatter/realistic-structured-clone which misses supports for cloning Class in Dexie, so I still had to fork my own.

Storage.deleteDB doesn't seem to work.

e45lee commented 7 years ago

Looks good, can you just repair the other failing tests though and get rid of deleteDB then?