Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Nov 26, 2023
1 parent 58498a8 commit c655a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const path = require('path');
const { tests, IntegrationTestHarness } = require('@iobroker/testing');
const { tests } = require('@iobroker/testing');
const chai = require('chai');
const expect = chai.expect;

Expand Down Expand Up @@ -34,7 +34,7 @@ tests.integration(path.join(__dirname, '..'), {
defineAdditionalTests({ suite }) {
suite('Test Birthday calculation', (getHarness) => {
/**
* @type {IntegrationTestHarness}
* @type {import ('@iobroker/testing').IntegrationTestHarness }
*/
let harness;
before(async function () {
Expand Down

0 comments on commit c655a87

Please sign in to comment.