Skip to content

Commit

Permalink
agora vai
Browse files Browse the repository at this point in the history
  • Loading branch information
lagden committed Nov 9, 2021
1 parent 122e843 commit 7185e51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/flatten.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test('separator', t => {
test('array and date', t => {
const flat = flatten({
a: {
e: new Date(2021, 8, 1, 0, 0, 0),
e: new Date(1_518_375_593_748),
b: {
c: [
'x',
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/flatten.spec.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1
`{␊
"a__e": "2021-09-01T03:00:00.000Z",␊
"a__e": "2018-02-11T18:59:53.748Z",␊
"a__b__c": [␊
"x",␊
"y",␊
Expand Down
Binary file modified test/snapshots/flatten.spec.js.snap
Binary file not shown.

0 comments on commit 7185e51

Please sign in to comment.