Skip to content

Commit ee6402f

Browse files
committed
add mocked compass package
1 parent 9f7f9d9 commit ee6402f

30 files changed

+1128
-0
lines changed

package-lock.json

Lines changed: 217 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ignores:
2+
- '@mongodb-js/prettier-config-compass'
3+
- '@mongodb-js/tsconfig-compass'
4+
- '@types/chai'
5+
- '@types/sinon-chai'
6+
- 'sinon'
7+
ignore-patterns:
8+
- 'dist'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dist
2+
build
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
root: true,
3+
extends: ['@mongodb-js/eslint-config-compass'],
4+
parserOptions: {
5+
tsconfigRootDir: __dirname,
6+
project: ['./tsconfig-lint.json'],
7+
},
8+
};

packages/mocked-compass/.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
npm-debug.log
2+
build/
3+
dist/
4+
node_modules
5+
.DS_Store
6+
.idea/
7+
*.swp
8+
*.iml
9+
.cache*
10+
src/app/templates.js
11+
src/connect/static-connect.html
12+
report.json
13+
.user-data/
14+
.compiled-sources/
15+
src/app/.compiled-less/
16+
expansions.yml
17+
expansions.raw.yml
18+
.nvmrc
19+
.vscode
20+
src/app/fonts/akzid*
21+
src/app/fonts/Euclid*
22+
src/app/fonts/MongoDB*
23+
.compile-cache-mappings.json
24+
THIRD-PARTY-NOTICES.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('@mongodb-js/mocha-config-compass');
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.nyc_output
2+
dist
3+
coverage
4+
build
5+
src/deps
6+
7+
# Generated
8+
THIRD-PARTY-NOTICES.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"@mongodb-js/prettier-config-compass"

0 commit comments

Comments
 (0)