summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/check-error/1.0.0/index.js
blob: 7eb6b784d592590018127c456a8a43f631ce412b (plain)
1
2
3
4
5
6
module.exports = {
  Class1: class {
  },
  Class2: class {
  },
};