virtualstate / navigation

Native JavaScript navigation [web api] implementation
MIT License
77 stars 5 forks source link

Remove jest (unused) #21

Closed loganvolkers closed 11 months ago

loganvolkers commented 11 months ago

Jest is no longer in use.

The jest dependencies cause peer dependency warnings during install.

This PR just removes all references to jest.

loganvolkers commented 11 months ago

Thanks for the quick merge!

Expect a few more cleanup PRs as I get used to the code base. Then hoping to improve WPT coverage.

fabiancook commented 11 months ago

I've been thinking about how to get a compatibility table together for WPT... it also might be nice for those maintaining this module for me to get into the current code for our test harness and shift it about to clean it up.. is a little messy right now for sure, it just needed to do the thing! Is not the intended target for WPT so we're being hacky either way.. but thats okay.