Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
drop unused oxide variable
Let's make eslint happy!
  • Loading branch information
RobinMalfait committed Mar 21, 2024
commit 7f58ecbe3ac54b9fa2d50d5aee88f80ab38635ce
2 changes: 1 addition & 1 deletion tests/raw-content.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'fs'
import path from 'path'
import { crosscheck, run, html, css } from './util/run'

crosscheck(({ stable, oxide }) => {
crosscheck(({ stable }) => {
it('raw content', () => {
let config = {
content: [
Expand Down