@stylable/dom-test-kit
Advanced tools
Comparing version 3.11.5 to 3.11.6
{ | ||
"name": "@stylable/dom-test-kit", | ||
"version": "3.11.5", | ||
"version": "3.11.6", | ||
"description": "Stylable DOM testing utilities", | ||
@@ -14,4 +14,4 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^3.11.5", | ||
"@stylable/runtime": "^3.11.5" | ||
"@stylable/core": "^3.11.6", | ||
"@stylable/runtime": "^3.11.6" | ||
}, | ||
@@ -18,0 +18,0 @@ "files": [ |
@@ -23,4 +23,4 @@ # @stylable/dom-test-kit | ||
const domUtil = new StylableDOMUtil(style); | ||
const partElement = domUtil.select(style.part); | ||
const domUtil = new StylableDOMUtil(style, document.body); | ||
const partElement = domUtil.select('.part'); | ||
@@ -27,0 +27,0 @@ domUtil.hasStyleState(partElement, 'loading'); |
18180
Updated@stylable/core@^3.11.6
Updated@stylable/runtime@^3.11.6