Skip to content

Commit

Permalink
Edit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Apr 5, 2024
1 parent 39100b4 commit 612b1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/build/test/build-async/build-async.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ test('additional fields', async function (t) {
main: 'build/main.js',
capabilities: ['textreview'],
permissions: ['activeusers'],
documentAccess: 'dynamic-page',
networkAccess: {
allowedDomains: ['foo.com'],
devAllowedDomains: ['bar.com'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"permissions": [
"activeusers"
],
"documentAccess": "dynamic-page",
"networkAccess": {
"allowedDomains": [
"foo.com"
Expand Down

0 comments on commit 612b1f7

Please sign in to comment.