mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-27 16:37:42 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
const dynamodb = require('../lib');
|
||
|
|
|
||
|
|
describe('dynamodb', () => {
|
||
|
|
it.todo('needs tests');
|
||
|
|
});
|