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

Add tests for list and export ops #282

Merged
merged 5 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 0 additions & 120 deletions src/cli/theme/theme-list.e2e.test_.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`frodo admin list-oauth2-clients-with-admin-privileges "frodo admin list-oauth2-clients-with-admin-privileges": should list the ids of the oauth2 clients with admin privileges. 1`] = `""`;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`frodo admin list-oauth2-clients-with-custom-privileges "frodo admin list-oauth2-clients-with-custom-privileges": should list the ids of the oauth2 clients with custom privileges. 1`] = `""`;
Loading