UNPKG
glance-dom
Version:
latest (0.11.8-1)
0.11.8-1
0.11.8-0
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
Glance DOM library
github.com/quasimatic/glance-dom
quasimatic/glance-dom
glance-dom
/
javascript
/
test
/
error-specs.js
7 lines
(6 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
glanceDOM
from
'../src/glance-dom-browser'
;
describe
(
'Errors'
,
() =>
{
it
(
'should find nothing with an empty selector'
,
() =>
{
expect
(
() =>
glanceDOM
()).
to
.
throw
(
'Selector required'
); }); });