Fixed the issues for all the javascript files reported by the liner.

This commit is contained in:
Ashesh Vashi
2018-04-30 17:51:57 +05:30
parent 31e73f4096
commit c94439bf8e
13 changed files with 131 additions and 132 deletions

View File

@@ -7,7 +7,7 @@
//
//////////////////////////////////////////////////////////////////////////
import {nodeHasStatistics} from "../../../../pgadmin/static/js/misc/statistics/statistics";
import {nodeHasStatistics} from '../../../../pgadmin/static/js/misc/statistics/statistics';
describe('#nodeHasStatistics', () => {
describe('when node hasStatistics is not a function', () => {