()
| 80 | } |
| 81 | |
| 82 | async function excludeFromTransaction() { |
| 83 | await sequelize.transaction(async t => |
| 84 | await sequelize.query('SELECT 1', { transaction: null }) |
| 85 | ); |
| 86 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…