The Wayback Machine - https://web.archive.org/web/20201028020727/https://github.com/topics/quickjs
Skip to content
#

quickjs

Here are 40 public repositories matching this topic...

littledivy
littledivy commented Oct 7, 2020

Add tests for all the js/ts files inside testing/ and std/

The test file should be named in the pattern *_test.js for elsa to identify it as a test file.

Example:

// some_test.js
import { eq } from "./utils.ts";

Elsa.tests({
  "test mode == `test`": function () {
    eq(Elsa.mode, "test");
  },
});

and run ./elsa test

Marking as a good first issue as anyo

Improve this page

Add a description, image, and links to the quickjs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quickjs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.