Skip to content

Commit

Permalink
Merge b0e1a43 into 4a8e01d
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Aug 5, 2019
2 parents 4a8e01d + b0e1a43 commit 1227682
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
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
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 1227682

Please sign in to comment.