| 1 | const { describe, before, after, it } = require('mocha'); |
| 2 | const { exec } = require('child_process'); |
| 3 | const debug = require('debug')('sequelize-auto:generate-tests'); |
| 4 | const path = require('path'); |
nothing calls this directly
no test coverage detected