File: native-esm-tla.spec.ts

package info (click to toggle)
node-ts-jest 29.0.3%2B~cs0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,028 kB
  • sloc: javascript: 2,753; makefile: 16
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
const value = await Promise.resolve('hello!')

test('supports top level await', () => {
  expect(value).toBe('hello!')
})