Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Sep 13, 2023
1 parent e3743a4 commit a95a64d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [get.w](../../../../../../examples/tests/sdk_tests/table/get.w) | compile | tf-aws
# [get.main.w](../../../../../../examples/tests/sdk_tests/table/get.main.w) | compile | tf-aws

## inflight.$Closure1-1.js
```js
Expand Down Expand Up @@ -147,7 +147,7 @@ class $Root extends $stdlib.std.Resource {
}
}
const $App = $stdlib.core.App.for(process.env.WING_TARGET);
new $App({ outdir: $outdir, name: "get", rootConstruct: $Root, plugins: $plugins, isTestEnvironment: $wing_is_test, entrypointDir: process.env['WING_SOURCE_DIR'], rootId: process.env['WING_ROOT_ID'] }).synth();
new $App({ outdir: $outdir, name: "get.main", rootConstruct: $Root, plugins: $plugins, isTestEnvironment: $wing_is_test, entrypointDir: process.env['WING_SOURCE_DIR'], rootId: process.env['WING_ROOT_ID'] }).synth();

```
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# [get.main.w](../../../../../../examples/tests/sdk_tests/table/get.main.w) | test | sim

## stdout.log
```log
pass ─ get.main.wsim » root/env0/test:get
Tests 1 passed (1)
Test Files 1 passed (1)
Duration <DURATION>
```

This file was deleted.

0 comments on commit a95a64d

Please sign in to comment.