GithubHelp home page GithubHelp logo

xkema / missofis-request-interceptor Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 3.56 MB

A browser extension to intercept network requests.

License: MIT License

CSS 18.24% JavaScript 69.07% HTML 12.69%
browser-extension request-interceptor

missofis-request-interceptor's People

Contributors

xkema avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

missofis-request-interceptor's Issues

Enhance `npm version` steps

  • Force users to run it on development branch (!)
  • Use node scripts for all to simplify package.json scripts fields

Run jest programmatically before bundling if it is possible

https://medium.com/web-developers-path/how-to-run-jest-programmatically-in-node-js-jest-javascript-api-492a8bc250de

const jest = require('jest');

(async () => {
  const aggregatedResults = await jest.runCLI({
    silent: true,
    noStackTrace: true,
    verbose: false,
  }, [`dist/chrome`]);
  console.log('+++', aggregatedResults.results.numFailedTests, aggregatedResults.results.numPassedTests, aggregatedResults.results.numTotalTests);
  console.log('+++', aggregatedResults);
})();

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.