fable-compiler / ts2fable

Parser of Typescript declaration files
http://fable.io/ts2fable/
Apache License 2.0
224 stars 34 forks source link

Fail on focused (`itOnly`) test #458

Closed Booksbaum closed 1 year ago

Booksbaum commented 1 year ago

In the last PR I forgot to remove Only from a test -> just that one test runs
-> fixed in this PR

To prevent this in the future, with this PR RunTest fails when there are focused (itOnly) tests. Watching tests (WatchAndRunTest) still allows itOnly.
-> itOnly still ok during development (-> watch test), but fails in full build and especially on CI