Decaf specs - #4
Conversation
87b768e to
906ddbf
Compare
|
OK, since this is basically mechanical, I'll probably land this PR soon. Mainly just wanted to ensure CI was green! |
…and remove outdated dependency.
|
Whoa! Moved a helper function and converted it from an expression ( The specs test everything with both the native spellchecker for each platform and So the specs were passing because they weren't testing The other three failures were due to poor guards. One spec purposefully tests macOS native spellchecker behavior, but guarded only on These specs were broken in the CoffeeScript spec file, so they must've been broken for years. |
|
Oh, also: added some extra specs for the singleton pattern — which previously was not tested because the tests always constructed a new |
Now the specs are in a normal language.
Opened as draft because it depends on #3; will take out of draft once it lands.