hulu / roca

A command-line tool for running brightscript tests
Apache License 2.0
25 stars 19 forks source link

Call `_brs_.resetMocks` in between test files #89

Open lkipke opened 3 years ago

lkipke commented 3 years ago

Summary

We converted the test runner from Brightscript to Typescript in this commit, but forgot to include the _brs_.resetMocks call in the new Typescript test runner. We should add that back in!