Nothing
context("Search functions")
test_that("English-language search works",{
expect_true({find_item("Wonder Girls", "en");TRUE})
})
test_that("Non-English-language search works",{
expect_true({find_item("Wonder Girls", "es");TRUE})
})
test_that("Property search works",{
expect_true({find_property("Music", "en");TRUE})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.