-
### pnpm version:
```
$ pnpm --version
4.14.0
```
### Code to reproduce the issue:
Try to set up license policy with following snippet:
https://pnpm.js.org/en/pnpmfile#packages-valida…
-
### 🚀 Feature Proposal
Currently, the `globalSetup` and `globalTeardown` supports ESM syntax by [transpiling it to CJS before running it](https://github.com/facebook/jest/blob/main/packages/jest-co…
santi updated
2 years ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Describe the proposed change(s).
I think we want to try the Vitest test runner, to see if it's faster then Jest? I've created this issue to discuss things, and so I can link to other relevant i…
-
We currently do not have lint checks in CI and this is breaking the current ESLint scripts.
_Originally posted by @raducristianpopa in https://github.com/interledger/web-monetization-extension/issu…
-
I am using htm and Preact as follows inside a simple functional component. This component is imported by a class component where it is swapped out according to a switching logic with another component…
-
A test failed on a tracked branch
```
Error: Timed out in waitForNextUpdate after 1000ms.
at waitForNextUpdate (/var/lib/buildkite-agent/builds/kb-n2-4-spot-aeb16e946464d132/elastic/kibana-on-mer…
-
> 最近在阅读 Vue 的源码,对项目中用到单元测试的知识点做个学习笔记
`jasmine`、`karma`、`ChromeHeadless`
```
plugins: [
'karma-jasmine',
'karma-mocha-reporter',
'karma-sourcemap-loader',
'karma-webpack'
…
-
All renative CLI commands:
- crypto decrypt
- crypto encrypt
- platform eject
- platform connect
- platform list
- platform configure
- platform setup
- template add
- template apply
- template list
-…
-
App.tsx
```
import React, { useState } from 'react'
import logo from './logo.svg'
import './App.css'
function App() {
const [count, setCount] = useState(0)
return (
…
polRk updated
3 years ago