f761cbf854
* tests(integration): mock server validates requests * chore(logging): improve error message * more logging improvements * fix logging which failed if response was not json * Use createError method in mock server * Improve mock server error presentation * Add speckle_function_command to integration test using github action * fix broken merge; ours strategy was too agressive * Resolve 'a sequence was not expected' error message in main.yml * Tidy up commit to match existing in main * use tag if available, otherwise commit sha.
48 lines
668 B
Plaintext
48 lines
668 B
Plaintext
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Swap the comments on the following lines if you don't wish to use zero-installs
|
|
# Documentation here: https://yarnpkg.com/features/zero-installs
|
|
.yarn/cache
|
|
#.pnp.*
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
|
|
# Ignore built ts files
|
|
lib
|
|
|
|
coverage/
|
|
|
|
# asdf config file
|
|
.tool-versions
|
|
|
|
# Visual Studio Code
|
|
.vscode/*
|