UNPKG
olglib
Version:
latest (1.0.1)
1.0.1
1.0.0
OpenLayers with GeoServer and PostGIS
olglib
/
olglib.module.spec.ts
14 lines
(10 loc)
•
275 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{
OlglibModule
}
from
'./olglib.module'
;
describe
(
'OlglibModule'
,
() =>
{
let
olglibModule
:
OlglibModule
;
beforeEach
(
() =>
{ olglibModule =
new
OlglibModule
(); });
it
(
'should create an instance'
,
() =>
{
expect
(olglibModule).
toBeTruthy
(); }); });