We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5b4b7f0 commit ecdcf01Copy full SHA for ecdcf01
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