test-id-loader

Remove your test id with Webpack

Usage no npm install needed!

<script type="module">
  import testIdLoader from 'https://cdn.skypack.dev/test-id-loader';
</script>

README

Test Id Loader

Install

npm i -D test-id-loader

Example

webpack.config.js

module.exports = {
  module: {
    rules: [
      { test: /\.tsx$/, use: 'test-id-loader' }
    ]
  }
};

MIT