mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58:41 +00:00
13 lines
275 B
JavaScript
13 lines
275 B
JavaScript
describe('LocalStorageTest', function ()
|
|
{
|
|
"use strict";
|
|
|
|
describe('testDefault', function ()
|
|
{
|
|
it('Testing default functionality', function ()
|
|
{
|
|
expect(jsOMS.DataStorage.LocalStorage.available()).toBeTruthy();
|
|
});
|
|
});
|
|
});
|