summaryrefslogtreecommitdiff
path: root/ignite/templates/model/NAME.test.ts.ejs
blob: 97c853a116d0cd37c42f8e1952b0919eb19b36aa (about) (plain)
1
2
3
4
5
6
7
import { <%= props.pascalCaseName %>Model } from "./<%= props.kebabCaseName %>"

test("can be created", () => {
  const instance = <%= props.pascalCaseName %>Model.create({})

  expect(instance).toBeTruthy()
})