Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-env.js « jest « test - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0baae527f0162d3591e84240419ab0efec716fdf (plain)
1
2
3
4
5
6
7
8
9
/* eslint-env node */

const $ = require('jquery');
global.$ = $;
global.jQuery = $;
global.CommonParams = require('phpmyadmin/common');
global.AJAX = require('phpmyadmin/ajax');
global.Functions = require('phpmyadmin/functions');
global.Stickyfill = require('@vendor/stickyfill.min');