File tree Expand file tree Collapse file tree 5 files changed +2
-98
lines changed Expand file tree Collapse file tree 5 files changed +2
-98
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ 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 )
4
4
5
- <!--
6
- [](https://app.saucelabs.com/u/gfx2019) -->
7
-
8
5
This is a JavaScript/ECMA-262 implementation of ** MessagePack** , an efficient binary serilization format:
9
6
10
7
https://msgpack.org/
@@ -612,12 +609,6 @@ make publish
612
609
npm run update-dependencies
613
610
```
614
611
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
-
621
612
## License
622
613
623
614
Copyright 2019 The MessagePack community.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- import { sauceLabs , sauceLaunchers } from "./sauceLabs" ;
2
1
const path = require ( "path" ) ;
3
- const webpack = require ( "webpack" ) ;
2
+ // const webpack = require("webpack");
4
3
5
4
// eslint-disable-next-line import/no-default-export
6
5
export default function configure ( config : any ) {
7
6
config . set ( {
8
7
customLaunchers : {
9
- ...sauceLaunchers ,
10
-
11
8
// To debug it wih IE11,
12
9
// Install `karma-virtualbox-ie11-launcher`,
13
10
// and configure custom launchers like this:
@@ -17,7 +14,6 @@ export default function configure(config: any) {
17
14
// vmName: "IE11 - Win10",
18
15
// },
19
16
} ,
20
- sauceLabs,
21
17
browsers : [ "ChromeHeadless" , "FirefoxHeadless" ] ,
22
18
23
19
basePath : "" ,
@@ -27,7 +23,7 @@ export default function configure(config: any) {
27
23
preprocessors : {
28
24
"**/*.ts" : [ "webpack" , "sourcemap" ] ,
29
25
} ,
30
- reporters : [ "dots" , "saucelabs" ] ,
26
+ reporters : [ "dots" ] ,
31
27
port : 9876 ,
32
28
colors : true ,
33
29
logLevel : config . LOG_INFO ,
Original file line number Diff line number Diff line change 73
73
"karma-cli" : " latest" ,
74
74
"karma-firefox-launcher" : " latest" ,
75
75
"karma-mocha" : " latest" ,
76
- "karma-sauce-launcher" : " ^4.1.4" ,
77
76
"karma-sourcemap-loader" : " latest" ,
78
77
"karma-webpack" : " latest" ,
79
78
"lodash" : " latest" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments