This commit is contained in:
21
e2e/r/tests/test_registry_operations.R
generated
Normal file
21
e2e/r/tests/test_registry_operations.R
generated
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
|
||||
test_that("extensions_docx: Get file extensions for DOCX MIME type", {
|
||||
result <- get_extensions_for_mime(mime_type = "application/vnd.openxmlformats-officedocument.wordprocessingml.document")
|
||||
expect_true(TRUE)
|
||||
})
|
||||
|
||||
test_that("extensions_html: Get file extensions for HTML MIME type", {
|
||||
result <- get_extensions_for_mime(mime_type = "text/html")
|
||||
expect_true(TRUE)
|
||||
})
|
||||
|
||||
test_that("extensions_pdf: Get file extensions for PDF MIME type", {
|
||||
result <- get_extensions_for_mime(mime_type = "application/pdf")
|
||||
expect_true(TRUE)
|
||||
})
|
||||
Reference in New Issue
Block a user