Skip to content

Commit 3c231e2

Browse files
authored
Merge pull request #55 from matthewpwilson/mocks
Make BundleMocked.test more tolerant of changes in implementation
2 parents 03c792a + b1ddf6f commit 3c231e2

File tree

5 files changed

+474
-325
lines changed

5 files changed

+474
-325
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*.{js,ts}]
5+
indent_style = space
6+
indent_size = 4
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)