File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Within each test configuration, there are multiple `tsconfig.*.json`. One for ea
53
53
The other ` module ` values are not tested.
54
54
55
55
The ` ES* ` code are tested with ` type: module ` under Node.js.
56
- Theoritically , it should be run under browser or use a bundler to bundle them first.
56
+ Theoretically , it should be run under browser or use a bundler to bundle them first.
57
57
We can improve that in the future.
58
58
For now, running them under Node.js with ` type: module ` should be suffice.
59
59
@@ -86,7 +86,7 @@ The convention allow us to scope test easily so that it is easier to collect tes
86
86
` assert ` is a module within Node.js itself.
87
87
The type definition comes from ` @types/node ` from DefinitelyTyped.
88
88
89
- It utilises module declaration (i.e. ` declare module ` ).
89
+ It utilizes module declaration (i.e. ` declare module ` ).
90
90
The module is exported with ` export = ` declaration.
91
91
92
92
### assertron@7
You can’t perform that action at this time.
0 commit comments