karma-iframes
Advanced tools
Comparing version
{ | ||
"name": "karma-iframes", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Lets you run each test in a separate context, loaded as an iframe.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -63,3 +63,3 @@ # What is `karma-iframes`? [](https://github.com/sabberworm/karma-iframes/actions) | ||
Most likely you’ll want to list `'karma-iframes'` as the last item in `frameworks`. | ||
Most likely you’ll want to list `'iframes'` as the last item in `frameworks`. | ||
Any file included by a later framework will be included into the test runner context but not the iframe context. This might be needed in some cases, e.g. for frameworks that extend the way the karma client talks to the server, but it’s not the common case. | ||
@@ -66,0 +66,0 @@ |
66900
-0.01%