Skip to content

Commit cd2db33

Browse files
committed
Document the current state of TiDB tests
1 parent 1451ca5 commit cd2db33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tidb.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import supportsStrings from './features/strings.js';
1616
import supportsConstraints from './features/constraints.js';
1717
import supportsDataTypeCase from './options/dataTypeCase.js';
1818

19+
// For now these tests are exactly the same as for MySQL
1920
describe('TiDBFormatter', () => {
2021
const language = 'tidb';
2122
const format: FormatFn = (query, cfg = {}) => originalFormat(query, { ...cfg, language });

0 commit comments

Comments
 (0)