We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b52cc commit 1ae4589Copy full SHA for 1ae4589
packages/examples/src/demo/config/index.tsx
@@ -234,6 +234,9 @@ export default (skin: string) => {
234
...InitialConfig.settings,
235
...localeSettings,
236
237
+ //sqlDialect: "MySQL",
238
+ sqlDialect: "PostgreSQL",
239
+
240
defaultSliderWidth: "200px",
241
defaultSelectWidth: "200px",
242
defaultSearchWidth: "100px",
packages/tests/karma.tests.js
@@ -7,10 +7,10 @@ Enzyme.configure({adapter: new Adapter()});
7
// FILTER YOUR TESTS HERE
8
const testsFilter = [
9
// "QueryWithOperators",
10
- // "OtherUtils",
+ "SqlUtils",
11
];
12
const specFilter = [
13
- // "@sql",
+ // "@like",
14
// "OtherUtils"
15
16
0 commit comments