diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b728ec7..1b104f1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -27,7 +27,7 @@ jobs: - run: npm ci - run: npm run lint - run: npm test - - run: deno test test + - run: deno test --import-map=import_map.json test run-tests-windows: runs-on: windows-latest diff --git a/README.md b/README.md index bd5b13b..141deeb 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ in various environments. To install, run: ```sh -npm install "@exact-realty/ecmascript-sandbox" +npm install "@exact-realty/lot" ``` ```sh -yarn add "@exact-realty/ecmascript-sandbox" +yarn add "@exact-realty/lot" ``` ### 📚 Usage