[PR #1088] [MERGED] Tests #3055

Closed
opened 2026-03-17 00:42:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1088
Author: @liyasthomas
Created: 8/17/2020
Status: Merged
Merged: 8/18/2020
Merged by: @liyasthomas

Base: masterHead: tests


📝 Commits (6)

📊 Changes

4 files changed (+8557 additions, -4862 deletions)

View changed files

babel.config.js (+21 -0)
helpers/utils/__tests__/valid.spec.js (+144 -0)
📝 package-lock.json (+8357 -4860)
📝 package.json (+35 -2)

📄 Description

  • Jest is used for tests
  • Tests runner is now handled by Travis CI.
  • Add tests (added starting point, will add remaining tests progresively).

Test coverage is taken from components/*.vue, pages/*.vue

@AndrewBastin @jamesgeorge007


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1088 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 8/17/2020 **Status:** ✅ Merged **Merged:** 8/18/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `tests` --- ### 📝 Commits (6) - [`f57ac97`](https://github.com/hoppscotch/hoppscotch/commit/f57ac978ae9b8864e7025d95b6f9dcce52f64bcd) Tests - [`a91b1ec`](https://github.com/hoppscotch/hoppscotch/commit/a91b1ecf1f5bbf37e7dd1e4e5f98c2a8c200e441) Added babel-core dev dependency - [`07f790d`](https://github.com/hoppscotch/hoppscotch/commit/07f790dda0839db2dfaf3a943f3d3904bbec3b12) Added test spec for helper/utils/valid.js - [`deecbdd`](https://github.com/hoppscotch/hoppscotch/commit/deecbdd12495048c69092d95570dea73759ba8a5) Update dependencies - [`63cf4f0`](https://github.com/hoppscotch/hoppscotch/commit/63cf4f00451817525c362dc513219e662ca3bddf) Merge branch 'master' into tests - [`820690a`](https://github.com/hoppscotch/hoppscotch/commit/820690a073995a3d3126642d7dce3bee186e12f0) Lock package ### 📊 Changes **4 files changed** (+8557 additions, -4862 deletions) <details> <summary>View changed files</summary> ➕ `babel.config.js` (+21 -0) ➕ `helpers/utils/__tests__/valid.spec.js` (+144 -0) 📝 `package-lock.json` (+8357 -4860) 📝 `package.json` (+35 -2) </details> ### 📄 Description - [x] Jest is used for tests - [x] Tests runner is now handled by Travis CI. - [x] Add tests (added starting point, will add remaining tests progresively). Test coverage is taken from `components/*.vue, pages/*.vue` @AndrewBastin @jamesgeorge007 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:42:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3055
No description provided.