mirror of
https://github.com/localForage/localForage.git
synced 2026-02-01 15:32:04 +00:00
Clean web worker test
This commit is contained in:
parent
3a054b632c
commit
6bcd4a9c4e
@ -15,7 +15,9 @@ casper.test.begin "Testing web worker handling", (test) ->
|
||||
casper.then ->
|
||||
if casper.ENGINE is "slimerjs"
|
||||
test.skip 1, "Skip web worker test in SlimerJS; it's buggy"
|
||||
else unless casper.DRIVER_NAME is "localStorage"
|
||||
return
|
||||
|
||||
unless casper.DRIVER_NAME is "localStorage"
|
||||
@evaluate (driver) ->
|
||||
runWith(driver)
|
||||
, casper.DRIVER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user