PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/avalanche

Просмотр файла: e2eSequencer.js

const Sequencer = require("@jest/test-sequencer").default

class CustomSequencer extends Sequencer {
  sort(tests) {
    const copyTests = Array.from(tests)
    return copyTests.sort((testA, testB) => (testA.path > testB.path ? 1 : -1))
  }
}

module.exports = CustomSequencer

Выполнить команду


Для локальной разработки. Не используйте в интернете!