mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the issues for all the javascript files reported by the liner.
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user