/** * SMI-2182: FTS5 Support Test * * Tests whether the current sql.js installation has FTS5 support. * FTS5 is required for full-text search capabilities. * * Standard sql.js builds do NOT include FTS5 by default. * If this test fails, we need to build a custom sql.js with FTS5 enabled. * * @see https://github.com/niclaslindstedt/sql.js-fts5 * @see https://www.sqlite.org/fts5.html */ export {}; //# sourceMappingURL=fts5-support.test.d.ts.map