Files
Fleetbase-Mirror-Repo/console/tests/unit/utils/router-refresh-patch-test.js
2025-09-30 13:49:34 +08:00

11 lines
352 B
JavaScript

import routerRefreshPatch from '@fleetbase/console/utils/router-refresh-patch';
import { module, test } from 'qunit';
module('Unit | Utility | router-refresh-patch', function () {
// TODO: Replace this with your real tests.
test('it works', function (assert) {
let result = routerRefreshPatch();
assert.ok(result);
});
});