File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ QUnit.test('example', assert => {
47
47
const foo = new Foo ();
48
48
49
49
// succeeds, only own property values are compared (using strict equality),
50
- // and propery "x" is indeed not equal (string instead of number).
50
+ // and property "x" is indeed not equal (string instead of number).
51
51
assert .notPropEqual (foo, {
52
52
x: 1 ,
53
53
y: 2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const config = {
18
18
// defaults to `true`
19
19
failOnZeroTests : true ,
20
20
21
- // Select by pattern or case-insenstive substring match against "moduleName: testName"
21
+ // Select by pattern or case-insensitive substring match against "moduleName: testName"
22
22
filter : undefined ,
23
23
24
24
// Depth up-to which object will be dumped
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ export function escapeText (str) {
379
379
//
380
380
// We don't reference `config.moduleId` directly after this and keep our own
381
381
// copy because:
382
- // 1. This naturaly filters out unknown moduleIds.
382
+ // 1. This naturally filters out unknown moduleIds.
383
383
// 2. Gives us a place to manage and remember unsubmitted checkbox changes.
384
384
// 3. Gives us an efficient way to map a selected moduleId to module name
385
385
// during rendering.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function normalize (actual) {
40
40
41
41
// Convert /bin/qunit and /src/cli to internal as well
42
42
// Because there are differences between Node 10 and Node 12 in terms
43
- // of how much back and forth ocurrs , so by mapping both to internal
43
+ // of how much back and forth occurs , so by mapping both to internal
44
44
// we can flatten and normalize across.
45
45
. replace ( / ^ ( \s + a t ) .* \/ q u n i t \/ b i n \/ q u n i t \. j s .* $ / gm, '$1internal' )
46
46
. replace ( / ^ ( \s + a t ) .* \/ q u n i t \/ s r c \/ c l i \/ .* $ / gm, '$1internal' )
You can’t perform that action at this time.
0 commit comments