From 5851c85772c3a91e60e9702ad9eab64cdc385917 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 26 Apr 2022 06:23:29 +0200 Subject: [PATCH] changelog: add new test setup --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc91c9a3b..9793aba8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ### Added * Updated base Docker image to use Ubuntu 22.04 [#3636](https://github.com/sitespeedio/sitespeed.io/pull/3636). +### Tech +* Use Ava for unit testing [#3637](https://github.com/sitespeedio/sitespeed.io/pull/3637) +* Use local HTTP server to speed up GitHub Action tests [#3638](https://github.com/sitespeedio/sitespeed.io/pull/3638). + ## 24.1.0 - 2022-04-22 ### Added * Update Grafana auth settings to allow api token or basic auth, thank you [Vladimir Stepanov](https://github.com/vs-odessa) for PR [#3627](https://github.com/sitespeedio/sitespeed.io/pull/3627).