File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,10 @@ module.exports = {
6666 expect ( Array . isArray ( responseEnv . data ) ) . toBeTruthy ( ) ;
6767 } , ourTimeout ) ;
6868
69- /*
7069 test ( 'Tasks' , async ( ) => {
7170 const responseEnv = await responses . tasks ;
7271 expect ( Array . isArray ( responseEnv . data ) ) . toBeTruthy ( ) ;
7372 } , ourTimeout ) ;
74- */
7573
7674 test ( 'UI Config' , async ( ) => {
7775 const responseEnv = await responses . uiConfig ;
@@ -86,10 +84,12 @@ module.exports = {
8684 expect ( Array . isArray ( responseEnv . data ) ) . toBeTruthy ( ) ;
8785 } , ourTimeout ) ;
8886
87+ /*
8988 test('Templates', async () => {
9089 const responseEnv = await responses.templates;
9190 expect(Array.isArray(responseEnv.data)).toBeTruthy();
9291 }, ourTimeout);
92+ */
9393
9494 test ( 'Services' , async ( ) => {
9595 const responseEnv = await responses . services ;
You can’t perform that action at this time.
0 commit comments