This commit is contained in:
27
e2e/elixir/test/registry_operations_test.exs
generated
Normal file
27
e2e/elixir/test/registry_operations_test.exs
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
# This file is auto-generated by alef — DO NOT EDIT.
|
||||
# alef:hash:4e15143f4af1ae8bafbdb1506ef057da924484c66a19483966333558ad437e75
|
||||
# To regenerate: alef generate
|
||||
# To verify freshness: alef verify --exit-code
|
||||
# Issues & docs: https://github.com/kreuzberg-dev/alef
|
||||
# E2e tests for category: registry_operations
|
||||
defmodule E2e.RegistryOperationsTest do
|
||||
use ExUnit.Case, async: false
|
||||
|
||||
describe "extensions_docx" do
|
||||
test "extensions_docx" do
|
||||
{:ok, result} = Kreuzberg.get_extensions_for_mime("application/vnd.openxmlformats-officedocument.wordprocessingml.document")
|
||||
end
|
||||
end
|
||||
|
||||
describe "extensions_html" do
|
||||
test "extensions_html" do
|
||||
{:ok, result} = Kreuzberg.get_extensions_for_mime("text/html")
|
||||
end
|
||||
end
|
||||
|
||||
describe "extensions_pdf" do
|
||||
test "extensions_pdf" do
|
||||
{:ok, result} = Kreuzberg.get_extensions_for_mime("application/pdf")
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user