diff options
author | 2021-09-17 03:14:23 -0700 | |
---|---|---|
committer | 2021-09-17 03:14:23 -0700 | |
commit | 1c7485e58c2fc02ceed4656752c5315178e9b9a9 (patch) | |
tree | 2633805273fb709ef1a20bc12d869033f74c810c /integration/snippets/_login.js | |
parent | 872428de89c63e0034573c1419fa616f8d0648b1 (diff) | |
download | bun-1c7485e58c2fc02ceed4656752c5315178e9b9a9.tar.gz bun-1c7485e58c2fc02ceed4656752c5315178e9b9a9.tar.zst bun-1c7485e58c2fc02ceed4656752c5315178e9b9a9.zip |
Begin to add integration tests
Diffstat (limited to 'integration/snippets/_login.js')
-rw-r--r-- | integration/snippets/_login.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/integration/snippets/_login.js b/integration/snippets/_login.js new file mode 100644 index 000000000..b2fc2ef65 --- /dev/null +++ b/integration/snippets/_login.js @@ -0,0 +1,3 @@ +export default function () { + return true; +} |