Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

Select the types of activity you want to include in your feed.

Move plugin sandbox

Grace Kind (Jul 11, 2026, 1:12 AM -0500) 72758018 d90d6acb

+3 -2
+3 -2
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.134", 3 + "version": "0.17.135", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve", ··· 11 11 "bundle:lit-html": "esbuild ./clientLibs/litHtml.js --bundle --format=esm --outfile=src/js/lib/lit-html.js", 12 12 "format": "pretty-quick --staged", 13 13 "test": "npm run test:unit", 14 - "test:unit": "node tests/unit/runTests.js", 14 + "test:unit": "node --import ./tests/unit/env.js --test-isolation=none --test-force-exit --test 'tests/unit/specs/**/*.test.js'", 15 + "test:unit:coverage": "node --import ./tests/unit/env.js --test-isolation=none --test-force-exit --experimental-test-coverage --test-coverage-include='src/js/**' --test 'tests/unit/specs/**/*.test.js'", 15 16 "test:e2e": "npx playwright test", 16 17 "serve:static": "node scripts/serve-static.js", 17 18 "prepare": "husky"
src/plugins/sandbox.html src/plugin-sandbox.html