tests/testthat/test-extract.R

context("test-extract")

test_that("extract_inputs works", {
  expect_equal(extract_inputs("input$test"), "input$test")
  expect_equal(extract_inputs("input$test input$test2"), c("input$test", "input$test2"))
})
basf/reactflush documentation built on Feb. 15, 2021, 12:12 a.m.