Browse Source

Update Vitest documentation (1.1.3)

Simon Legner 1 year ago
parent
commit
32443faf28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/vitest.rb

+ 1 - 1
lib/docs/scrapers/vitest.rb

@@ -16,7 +16,7 @@ module Docs
       Licensed under the MIT License.
     HTML
 
-    self.release = '0.32.4'
+    self.release = '1.1.3'
     self.base_url = 'https://vitest.dev/'
     self.initial_paths = %w(guide/)
     html_filters.push 'vitest/entries', 'vite/clean_html'