Skip to content

Commit

Permalink
Merge eb1fa3b into 4a8e01d
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Aug 5, 2019
2 parents 4a8e01d + eb1fa3b commit 110b59e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions debug/src/devtools/custom.js
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import { Component, Fragment } from 'preact';

/**
Expand Down
1 change: 1 addition & 0 deletions debug/src/devtools/index.js
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import { options, Component, Fragment } from 'preact';
import { Renderer } from './renderer';

Expand Down
1 change: 1 addition & 0 deletions debug/src/devtools/renderer.js
@@ -1,3 +1,4 @@
/* istanbul ignore file */
import { getData, getChildren, getInstance, hasDataChanged, isRoot } from './custom';

/**
Expand Down
5 changes: 4 additions & 1 deletion debug/test/browser/devtools.test.js
Expand Up @@ -137,7 +137,10 @@ function getRoot(element) {
return element._children;
}

describe('devtools', () => {
const supported = /(Chrome)|(Firefox)[^(Edge)]/i.test(navigator.userAgent);
const desc = supported ? describe : describe.skip;

desc('devtools', () => {

/** @type {import('../../src/internal').PreactElement} */
let scratch;
Expand Down
2 changes: 2 additions & 0 deletions karma.conf.js
Expand Up @@ -9,6 +9,8 @@ var coverage = String(process.env.COVERAGE) === 'true',
webpack = require('webpack'),
path = require('path');

sauceLabs = true;

var sauceLabsLaunchers = {
sl_chrome: {
base: 'SauceLabs',
Expand Down

0 comments on commit 110b59e

Please sign in to comment.