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 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- [](https://app.saucelabs.com/u/gfx2019) -->
7-
85This is a JavaScript/ECMA-262 implementation of ** MessagePack** , an efficient binary serilization format:
96
107https://msgpack.org/
@@ -612,12 +609,6 @@ make publish
612609npm 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
623614Copyright 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" ;
21const path = require ( "path" ) ;
3- const webpack = require ( "webpack" ) ;
2+ // const webpack = require("webpack");
43
54// eslint-disable-next-line import/no-default-export
65export 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 ,
Original file line number Diff line number Diff line change 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" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments