UNPKG

172 BJavaScriptView Raw
1// eslint-disable-next-line @typescript-eslint/no-var-requires
2const TestNamePlugin = require('./build/test_name_plugin/plugin').default;
3
4module.exports = TestNamePlugin;