Пример #1
0
function teardown() {
  a_forEach.call(sandboxes, function (sandbox) {
    sandbox.terminate();
  });
  sandboxes = [];

  Oasis.reset();
}
Пример #2
0
export function teardown() {
  a_forEach.call(sandboxes, function (sandbox) {
    sandbox.terminate();
  });
  sandboxes = [];

  Oasis.reset();
  window.oasis.log('Test finished');
}
Пример #3
0
function setup() {
  Oasis.reset();
}