{"id":18032375,"url":"https://github.com/dmitriz/maths-libraries-tests","last_synced_at":"2025-04-04T21:45:27.046Z","repository":{"id":56622957,"uuid":"58602173","full_name":"dmitriz/maths-libraries-tests","owner":"dmitriz","description":"Tests to ensure Mathematics libraries run as expected","archived":false,"fork":false,"pushed_at":"2020-10-28T08:52:56.000Z","size":12,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T06:30:50.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmitriz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-12T02:55:00.000Z","updated_at":"2019-05-31T11:33:59.000Z","dependencies_parsed_at":"2022-08-15T22:10:22.710Z","dependency_job_id":null,"html_url":"https://github.com/dmitriz/maths-libraries-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriz%2Fmaths-libraries-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriz%2Fmaths-libraries-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriz%2Fmaths-libraries-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriz%2Fmaths-libraries-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmitriz","download_url":"https://codeload.github.com/dmitriz/maths-libraries-tests/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256080,"owners_count":20909240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T10:13:13.425Z","updated_at":"2025-04-04T21:45:27.019Z","avatar_url":"https://github.com/dmitriz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# min-karma-webpack\nTesting Mathematics libraries\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) [![Greenkeeper badge](https://badges.greenkeeper.io/dmitriz/maths-libraries-tests.svg)](https://greenkeeper.io/)\n\n# Tech stack\n\n## Karma\n[Karma](http://karma-runner.github.io/0.13/index.html) is a JavaScript Test Runner, one of the most popular and friendliest for beginners. The most notable advantage of Karma is *testing in real browsers*. [See my StackOverflow answer for more information about Karma usage.](http://stackoverflow.com/a/29619467/1614973)\n\n## Webpack\n[Webpack](https://webpack.github.io/) is a popular JavaScript/NodeJS Module Bundler.\n\n\n# FAQ\n\n## But I already run NodeJS! Why do I need Webpack to load my modules just to test them?\nKarma runs your tests as separate JavaScript files in real browsers\nthat don't natively support modules.\nSo you need a bundler like Webpack (or Browserify) to pre-process your modules beforehand.\nThis is achieved by the [excellent preprocessor support from Karma](https://karma-runner.github.io/0.13/config/preprocessors.html)\n\n## But what if I only need my modules to run with NodeJS?\nYou may want to re-use some of your modules later in web applications.\nBy running your tests in real browsers now you make them future-proof.\n\n## Features\n- **No webpack config file needed for testing!** (You still get one as bonus. ;-)\n- Minimal functional Karma config file.\n- Minimal testing demo examples.\n\n## If you are new to Node\n[Download and Install Node.js](https://nodejs.org/download/), see [How do I get started with Node.js](http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js) for more information.\n\n\n## Setting up\n### Clone\n```sh\ngit clone https://github.com/dmitriz/maths-libraries-tests\n```\nor simply [Download this Repository](https://github.com/dmitriz/maths-libraries-tests/archive/master.zip),\nunzip it and `cd maths-libraries-tests-master`.\n\n\n### Install dependencies\n```sh\nnpm install\n```\n\n## Getting started\nRun your tests:\n```sh\nkarma start\n```\nNow try to edit files inside `demo` folder and see how karma is watching and updating your test results.\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriz%2Fmaths-libraries-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmitriz%2Fmaths-libraries-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriz%2Fmaths-libraries-tests/lists"}