Skip to content

Commit

Permalink
chore: demo update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyewei committed Feb 4, 2024
1 parent a0336c6 commit 69c1493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion playground/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ window.addEventListener('DOMContentLoaded', () => {
const start = document.getElementById('start')
const set = document.getElementById('set')
const done = document.getElementById('done')
Progress.configure({ primaryColor: 'red' })

start.onclick = () => {
Progress.start()
}
Expand Down
1 change: 0 additions & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type { NProgressSetting } from '../packages/settings'

const getProgress = () => document.getElementById('nprogress')
const rawSettings: NProgressSetting = deepClone(NProgress.settings)

describe('n-progress-esm', () => {


Expand Down

0 comments on commit 69c1493

Please sign in to comment.