Skip to content

Commit

Permalink
tmp: skip
Browse files Browse the repository at this point in the history
  • Loading branch information
philcockfield committed Dec 27, 2024
1 parent 31e934c commit 2b22fbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code/sys.driver/driver-vitepress/src/m.Env/-.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ describe('Vitepress.Env', () => {
expect(VitePress.Env).to.equal(Env);
});

// it('Prepare: save file-map', async () => {
// await bundleTemplateFiles();
// });

describe('Env.update', () => {
it('insert deno.json → {tasks}', async () => {
const sample = SAMPLE.init();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { VitePress } from './mod.ts';
describe('VitePress.dev', () => {
const open = false;

it('process: start → fetch(200) → dispose', async () => {
it.skip('process: start → fetch(200) → dispose', async () => {
const sample = SAMPLE.init();
const { port, inDir } = sample;
await VitePress.Env.update({ inDir });
Expand Down

0 comments on commit 2b22fbe

Please sign in to comment.