Remove .only on tests
This commit is contained in:
parent
3db83818da
commit
6b4fc91d60
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import { loadFixture } from './test-utils.js';
|
import { loadFixture } from './test-utils.js';
|
||||||
import { expect } from 'chai';
|
import { expect } from 'chai';
|
||||||
|
|
||||||
describe.only('Vercel Speed Insights', () => {
|
describe('Vercel Speed Insights', () => {
|
||||||
describe('output: server', () => {
|
describe('output: server', () => {
|
||||||
/** @type {import('./test-utils.js').Fixture} */
|
/** @type {import('./test-utils.js').Fixture} */
|
||||||
let fixture;
|
let fixture;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import { loadFixture } from './test-utils.js';
|
import { loadFixture } from './test-utils.js';
|
||||||
import { expect } from 'chai';
|
import { expect } from 'chai';
|
||||||
|
|
||||||
describe.only('Vercel Web Analytics', () => {
|
describe('Vercel Web Analytics', () => {
|
||||||
describe('output: server', () => {
|
describe('output: server', () => {
|
||||||
/** @type {import('./test-utils.js').Fixture} */
|
/** @type {import('./test-utils.js').Fixture} */
|
||||||
let fixture;
|
let fixture;
|
||||||
|
|
Loading…
Reference in a new issue