Andy Bonventre
Andy Bonventre
Fix imports formerly pointing to go-fuzz/examples. Also fixes some random other issues.
Currently I’m using @broady’s https://github.com/broady/gae-postgres package, but it’s unclear whether it will break in the future since CloudSQL Postgres is not officially supported on App Engine Standard for Go (though...
``` js MockInteractions.pressAndReleaseKeyOn(element, 221); // ']' ``` Will fail because the custom event doesn’t have a `keyIdentifier` and the `keyCode` lies outside of what is present in `KEY_CODE` within https://github.com/PolymerElements/iron-a11y-keys-behavior/blob/master/iron-a11y-keys-behavior.html...