mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-27 08:27:23 +00:00
* initial commit * feature-2152 bigquery integration * Typo fix * moved bigquery to databse type
7 lines
No EOL
112 B
JavaScript
7 lines
No EOL
112 B
JavaScript
'use strict';
|
|
|
|
const bigquery = require('../lib');
|
|
|
|
describe('bigquery', () => {
|
|
it.todo('needs tests');
|
|
}); |