expectTestMode function

void expectTestMode()

Assert that Nylo is in test mode.

Implementation

void expectTestMode() {
  expect(Nylo.isTestMode, isTrue, reason: 'Expected Nylo to be in test mode');
}