Skip to content

Commit 2cfb591

Browse files
committed
goodbye sauceLabs
1 parent d8bfdd5 commit 2cfb591

File tree

5 files changed

+2
-98
lines changed

5 files changed

+2
-98
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
[![npm version](https://img.shields.io/npm/v/@msgpack/msgpack.svg)](https://www.npmjs.com/package/@msgpack/msgpack) ![CI](https://github.com/msgpack/msgpack-javascript/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/msgpack/msgpack-javascript/branch/master/graphs/badge.svg)](https://codecov.io/gh/msgpack/msgpack-javascript) [![minzip](https://badgen.net/bundlephobia/minzip/@msgpack/msgpack)](https://bundlephobia.com/result?p=@msgpack/msgpack) [![tree-shaking](https://badgen.net/bundlephobia/tree-shaking/@msgpack/msgpack)](https://bundlephobia.com/result?p=@msgpack/msgpack)
44

5-
<!--
6-
[![Browser Matrix powered by Sauce Labs](https://app.saucelabs.com/browser-matrix/gfx2019.svg)](https://app.saucelabs.com/u/gfx2019) -->
7-
85
This is a JavaScript/ECMA-262 implementation of **MessagePack**, an efficient binary serilization format:
96

107
https://msgpack.org/
@@ -612,12 +609,6 @@ make publish
612609
npm run update-dependencies
613610
```
614611

615-
<!-- ## Big Thanks
616-
617-
Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.
618-
619-
<a href="https://saucelabs.com"><img src="./assets/SauceLabs.svg" alt="Sauce Labs" width="280"></a> -->
620-
621612
## License
622613

623614
Copyright 2019 The MessagePack community.

assets/SauceLabs.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

karma.conf.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
import { sauceLabs, sauceLaunchers } from "./sauceLabs";
21
const path = require("path");
3-
const webpack = require("webpack");
2+
// const webpack = require("webpack");
43

54
// eslint-disable-next-line import/no-default-export
65
export default function configure(config: any) {
76
config.set({
87
customLaunchers: {
9-
...sauceLaunchers,
10-
118
// To debug it wih IE11,
129
// Install `karma-virtualbox-ie11-launcher`,
1310
// and configure custom launchers like this:
@@ -17,7 +14,6 @@ export default function configure(config: any) {
1714
// vmName: "IE11 - Win10",
1815
// },
1916
},
20-
sauceLabs,
2117
browsers: ["ChromeHeadless", "FirefoxHeadless"],
2218

2319
basePath: "",
@@ -27,7 +23,7 @@ export default function configure(config: any) {
2723
preprocessors: {
2824
"**/*.ts": ["webpack", "sourcemap"],
2925
},
30-
reporters: ["dots", "saucelabs"],
26+
reporters: ["dots"],
3127
port: 9876,
3228
colors: true,
3329
logLevel: config.LOG_INFO,

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"karma-cli": "latest",
7474
"karma-firefox-launcher": "latest",
7575
"karma-mocha": "latest",
76-
"karma-sauce-launcher": "^4.1.4",
7776
"karma-sourcemap-loader": "latest",
7877
"karma-webpack": "latest",
7978
"lodash": "latest",

sauceLabs.ts

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)