https://github.com/Automattic/mongoose
Raw File
Tip revision: 164842a06225c5b79f065a942c386c99dceedc77 authored by Valeri Karpov on 11 January 2021, 22:10:22 UTC
fix: clean up some test failures with async stack traces branch
Tip revision: 164842a
.gitignore
lib-cov
*.swp
*.sw*
node_modules/
*.orig
benchmarks/benchmarks
benchmarks/benchmarks2
benchmarks/benchmarks3
benchmarks/v8.log
.DS_Store
docs/*.json
docs/source/_docs
tags
test/triage/*.js
/.idea
/inspections
bin/mongoose.min.js
coverage
npm-debug.log
data/
.nyc_output/

tools/31*

# Visual Studio
# =========
*.suo
*.ntvs*
*.njsproj
*.sln

# Visual Studio Code
.vscode

*.key

docs/*.html

# Webpack output
dist
test/files/main.js

package-lock.json

.config*
back to top