Skip to content

Commit

Permalink
fix jsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Feb 14, 2023
1 parent fa88650 commit ac4de61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions secretk/src/jsTest/kotlin/io/eqoty/platformTestUtils.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package io.eqoty

import io.eqoty.secretk.crypto.createWindowBroadcaster
import io.eqoty.secretk.crypto.destroyWindowBroadcaster
import io.eqoty.secretk.crypto.windowIsSetup
import io.eqoty.kryptools.aessiv.createWindowBroadcaster
import io.eqoty.kryptools.aessiv.destroyWindowBroadcaster
import io.eqoty.kryptools.aessiv.windowIsSetup
import jslibs.happydom.GlobalRegistrator
import kotlinx.browser.window
import kotlinx.coroutines.MainScope
Expand Down

0 comments on commit ac4de61

Please sign in to comment.