Fix sql.test.js failing test

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-12-01 13:30:59 -03:00
parent c888ecc97b
commit a6b733eca8
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -1,7 +1,6 @@
/* eslint-env node, jest */
/* global Sql */
import 'phpmyadmin/ajax';
import 'phpmyadmin/sql';
describe('SQL', () => {