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

DBStats_spec.js « UI « tests « DBStats « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3274b4bfbd5060d29b2a18ee1cce886612d2e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*!
 * Piwik - Web Analytics
 *
 * Screenshot tests for the DBStats plugin.
 *
 * @link http://piwik.org
 * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
 */

describe("DBStats", function () {
    this.timeout(0);

    it("should pass", function () {
        expect(1).to.be.equal(1);
    });
});