napi-rs/examples/napi-compat-mode/__tests__/__snapshots__/object.spec.ts.md
forehal a781a4f27e feat(cli): brand new cli tool with both cli and programmatical usage (#1492)
BREAKING CHANGE: requires node >= 16 and some cli options have been renamed
2023-04-06 11:04:53 +08:00

573 B

Snapshot report for __tests__/object.spec.ts

The actual snapshot is saved in object.spec.ts.snap.

Generated by AVA.

setProperty

Snapshot 1

'Rust object property'

setNamedProperty

Snapshot 1

'RustPropertyKey'

testGetPropertyNames

Snapshot 1

[
  '2',
  'k3',
]

testSetElement

Snapshot 1

[
  undefined,
  1,
  undefined,
  undefined,
  undefined,
  'foo',
]

testDeleteElement

Snapshot 1

[
  0,
  undefined,
  undefined,
  3,
]