You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.
Currently I have
test.server.js
andtest.browser.js
which are recognized, and then run in the correct environments. I am also working on performance testing which I don't wantmarko-cli
to pick up at all. If I name it something liketest.performance.js
, it gets matched and defaulted tobrowser
, based on this code: https://github.com/marko-js/marko-util/blob/f1b74ac9c507b99421b2b7a6d80b0fd86c3a2df3/packages/test/util/loadTests.jsIs this expected?
The text was updated successfully, but these errors were encountered: