Skip to content

Commit

Permalink
temporarly silence TS error on test files
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Jul 23, 2023
1 parent bc3307a commit be2f62a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Expand Up @@ -5,6 +5,9 @@
* 2.0.
*/

// FIXME:PT Delete when implemented
export {};

describe(
'App Features for Complete PLI with Endpoint Complete',
{
Expand Down
Expand Up @@ -5,6 +5,9 @@
* 2.0.
*/

// FIXME:PT Delete when implemented
export {};

describe(
'App Features for Essential PLI with Endpoint Essentials',
{
Expand Down
Expand Up @@ -5,6 +5,9 @@
* 2.0.
*/

// FIXME:PT Delete when implemented
export {};

describe(
'User Roles for Security Complete PLI with Endpoint Complete addon',
{
Expand Down
Expand Up @@ -5,6 +5,9 @@
* 2.0.
*/

// FIXME:PT Delete when implemented
export {};

describe(
'Roles for Security Essential PLI with Endpoint Essentials addon',
{
Expand Down

0 comments on commit be2f62a

Please sign in to comment.