Skip to content

Commit

Permalink
Cambios
Browse files Browse the repository at this point in the history
  • Loading branch information
jul1oCesar0 committed Nov 13, 2024
1 parent d2e7c88 commit 90fdf1a
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 147 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/vitest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3 # Clonar el repositorio
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16' # Configurar la versión de Node.js
node-version: '16'

- name: Install dependencies
run: npm install --legacy-peer-deps # Usar --legacy-peer-deps para resolver dependencias
run: npm install --legacy-peer-deps


- name: Install Vitest
run: npm install --save-dev vitest --force # Instalar Vitest como dependencia de desarrollo
run: npm install --save-dev vitest --force

- name: Run Vitest
run: npm run test:unit # Ejecutar las pruebas de Vitest
run: npm run test:unit
2 changes: 1 addition & 1 deletion dev-dist/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ define(['./workbox-fde070c5'], (function (workbox) { 'use strict';
*/
workbox.precacheAndRoute([{
"url": "/offline.html",
"revision": "0.0p6nb05naqg"
"revision": "0.77v9ken8kf"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("/offline.html"), {
Expand Down
Loading

0 comments on commit 90fdf1a

Please sign in to comment.