@brightspace-ui/intl
Advanced tools
Comparing version 3.10.0 to 3.11.0
{ | ||
"name": "@brightspace-ui/intl", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.", | ||
@@ -8,2 +8,3 @@ "main": "lib/number.js", | ||
"lint": "eslint . --ext .js", | ||
"start": "web-dev-server --node-resolve --watch --open /demo/", | ||
"test:unit": "concurrently -p name -n serve,test -s first -k \"http-server -p 8080 . -s\" \"mocha-headless-chrome -f http://localhost:8080/test/index.html -a no-sandbox -a disable-setuid-sandbox\"", | ||
@@ -41,2 +42,3 @@ "test": "npm run lint -s && npm run test:unit -s" | ||
"@babel/eslint-parser": "^7", | ||
"@web/dev-server": "^0.1.33", | ||
"chai": "^4", | ||
@@ -46,3 +48,3 @@ "concurrently": "^7", | ||
"eslint-config-brightspace": "^0.18", | ||
"eslint-plugin-html": "^6", | ||
"eslint-plugin-html": "^7", | ||
"eslint-plugin-import": "^2", | ||
@@ -49,0 +51,0 @@ "eslint-plugin-sort-class-members": "^1", |
@@ -261,2 +261,12 @@ # intl | ||
## Running the test harness | ||
Start a [@web/dev-server](https://modern-web.dev/docs/dev-server/overview/) that hosts the test harness: | ||
```shell | ||
npm start | ||
``` | ||
This will let you test the intl library in a browser, and will update live with any changes. | ||
## Contributing | ||
@@ -263,0 +273,0 @@ |
73296
313
13