.asserted directory
The directory within your repo that holds all routine-related code and config
Initialization
Structure and Files
examples/ # A directory containing example tests
node_modules/ # Packges installed based on the package.json
.gitignore # A standard Node .gitignore file
package.json # Mostly standard package.json file
package-lock.json # Lockfile for packages
routine.json # Routine configuration fileLast updated