Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(assert): export all node assert functions #173

Merged
merged 1 commit into from
Nov 26, 2023

feat(assert): export all node assert functions

1fd8587
Select commit
Loading
Failed to load commit list.
Merged

feat(assert): export all node assert functions #173

feat(assert): export all node assert functions
1fd8587
Select commit
Loading
Failed to load commit list.
Check Run Reporter / Examples succeeded Nov 26, 2023 in 2s

71 tests / No failures

Passed

71 tests passed
  • examples/subscription-webhooks/subscription-webhooks.test.ts
    • cdc
      • triggers lambda function when records is inserted into a table
  • examples/aws-authorizer/aws-authorizer.test.ts
    • undefined
      • AWS Authorizer API
        • Ping
          • Authorize Requests
            • Example 1
            • Example 6
            • Example 3
            • Example 4
            • Example 7
            • Example 5
            • Example 2
  • examples/aws-otel/aws-otel.test.ts
    • undefined
      • AWS Otel API
        • Ping
          • Prove deployments work
            • Example 2
            • Example 1
            • Example 3
            • Example 4
  • examples/user-session/user-session.test.ts
    • createUserSession()
      • blindWriteUserSession()
        • creates a user session with a custom expiration date if it does not exist
        • overwrites an existing record with a custom expiration Date
        • creates a user session if it does not exist
        • creates a user session with a custom expiration date that is undefined if it does not exist
        • overwrites an existing record with a custom expiration Date that does not exist
        • overwrites an existing record
      • updateUserSession()
        • updates a record
        • updates a record with a custom expiration Date that does not exist
        • throws an error if the loaded record is out of date
        • updates a record with a custom expiration Date
        • throws an error if the record does not exist
      • creates a record with a custom expiration Date that is undefined
      • deleteUserSession()
        • deletes a record
        • throws an error if the record does not exist
      • readUserSession()
        • reads a record
        • throws an error if the record does not exist
      • creates a record
      • creates a record with a custom expiration Date
  • examples/basic-wiring/basic-wiring.test.ts
    • undefined
      • Basic Wiring API
        • Errors
          • Return an error
            • Example 21
            • Example 2
            • Example 16
            • Example 18
            • Example 9
            • Example 38
            • Example 1
            • Example 34
            • Example 25
            • Example 19
            • Example 8
            • Example 3
            • Example 31
            • Example 33
            • Example 27
            • Example 30
            • Example 17
            • Example 6
            • Example 26
            • Example 15
            • Example 28
            • Example 14
            • Example 7
            • Example 36
            • Example 11
            • Example 20
            • Example 37
            • Example 24
            • Example 10
            • Example 13
            • Example 29
            • Example 5
            • Example 23
            • Example 22
            • Example 32
            • Example 35
            • Example 12
            • Example 4
            • Example 39
        • Ping
          • Prove deployments work
      • html
        • returns valid html