Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@himanoa
Created October 26, 2021 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save himanoa/9b716e16fa421c523150b00114a186ed to your computer and use it in GitHub Desktop.
Save himanoa/9b716e16fa421c523150b00114a186ed to your computer and use it in GitHub Desktop.

src/{{identify}}.ts

export const {{camel_case identify}} = () => {
  throw new Error("not implemented")
}

src/{{identify}}.test.ts

import { {{camel_case identify}} } from './{identify}'

describe("#{{camel_case identify}}", () => {
  describe("異常系", () => {

  })

  describe("正常系", () => {

  })
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment