mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-06-16 05:00:40 +02:00
12 lines
458 B
JavaScript
12 lines
458 B
JavaScript
/* eslint-disable no-unused-vars */
|
|
/* eslint-disable import/no-extraneous-dependencies */
|
|
import { expect } from 'chai';
|
|
import { describe, it } from 'mocha';
|
|
// import searchQueryUtils from '.';
|
|
|
|
// describe('Testing @digitransit-search-util/digitransit-search-util-query-utils module', () => {
|
|
// it('Checking that true is true', () => {
|
|
// //const retValue = searchQueryUtils(param1, param2);
|
|
// expect(true).to.be.equal(true);
|
|
// });
|
|
// });
|