(client, className)
| 14 | }; |
| 15 | |
| 16 | const dropTable = (client, className) => { |
| 17 | return client.none('DROP TABLE IF EXISTS $<className:name>', { className }); |
| 18 | }; |
| 19 | |
| 20 | describe_only_db('postgres')('PostgresStorageAdapter', () => { |
| 21 | let adapter; |
no outgoing calls
no test coverage detected