UNPKG

@schukai/monster

Version:

Monster is a simple library for creating fast, robust and lightweight websites.

15 lines (7 loc) 270 B
import {expect} from 'chai'; import {getSlottedNodes} from "../../../source/dom/slotted.mjs"; describe('getSlottedNodes', () => { it('should return an empty Set if there is no ShadowRoot', () => { expect(getSlottedNodes).is.a('function'); }); });