We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4b7f0 commit fa4d6b5Copy full SHA for fa4d6b5
test/storage_test.exs
@@ -6,6 +6,8 @@ defmodule Elasticlunr.StorageTest do
6
7
import Mox
8
9
+ setup :verify_on_exit!
10
+
11
setup do
12
Mox.stub_with(Mock, Blackhole)
13
Application.put_env(:elasticlunr, :storage, Mock)
0 commit comments