mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
13 lines
154 B
JavaScript
13 lines
154 B
JavaScript
describe('UnhandledExceptionTest', function ()
|
|
{
|
|
"use strict";
|
|
|
|
beforeEach(function ()
|
|
{
|
|
});
|
|
|
|
afterEach(function ()
|
|
{
|
|
});
|
|
});
|