Skip to content

Instantly share code, notes, and snippets.

@dualyticalchemy
Last active February 7, 2021 18:06
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 dualyticalchemy/7cfa61d19cc7c740235076e7163aa145 to your computer and use it in GitHub Desktop.
Save dualyticalchemy/7cfa61d19cc7c740235076e7163aa145 to your computer and use it in GitHub Desktop.
.
├── config
│ └── development.json
├── fixtures
│ └── example.json
├── integration
│ ├── gherkin_spec.js
│ └── home-unit_spec.js
├── plugins
│ └── index.js
├── support
│ ├── commands.js
│ └── index.js
└── videos
├── gherkin_spec.js.mp4
└── home-unit_spec.js.mp4
6 directories, 9 files (499 kB)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment