Skip to content

Commit cbee24c

Browse files
committed
update tests
1 parent 9d82c87 commit cbee24c

File tree

230 files changed

+2543
-940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+2543
-940
lines changed

packages/tester/templates/test-results.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
{{/each}}
88

99
{{#each errors}}
10-
- `{{key}}`: {{{message}}}
10+
- `{{key}}`: `{{{message}}}`
1111
{{/each}}

tests/node-allow/test-result.5.0.0-dev.20230103.md

Lines changed: 88 additions & 45 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import * as assertron from 'assertron'
22

3-
assertron.truthy(true)
3+
assertron.default.truthy(true)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import * as paramCase from 'param-case'
22

3-
paramCase.default('hello world')
3+
paramCase('hello world')

tests/node-es/test-result.5.0.0-dev.20230103.md

Lines changed: 85 additions & 44 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import * as assert from 'assert'
22

3-
assert(true)
3+
assert.default(true)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import * as assertron from 'assertron'
22

3-
assertron.truthy(true)
3+
assertron.default.truthy(true)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import * as paramCase from 'param-case'
22

3-
paramCase.default('hello world')
3+
paramCase('hello world')

tests/node/test-result.5.0.0-dev.20230103.md

Lines changed: 108 additions & 109 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import * as paramCase from 'param-case'
22

3-
paramCase.default('hello world')
3+
paramCase('hello world')

0 commit comments

Comments
 (0)